This is an automated email from the ASF dual-hosted git repository.

tilmannz pushed a commit to branch tzaeschke-asf-yaml
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git

commit d8440ea2e2195ceee8fee201edbde1e6269af927
Author: Tilmann <tilma...@apache.org>
AuthorDate: Thu Apr 9 16:46:04 2020 +0200

    Create .asf.yaml
---
 .asf.yaml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..884da01
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,24 @@
+# Staging and publishing profile for Apache JDO:
+staging:
+  profile: master
+  whoami:  master
+ 
+staging:
+  profile: staging
+  whoami:  staging
+ 
+publish:
+  whoami:  asf-site
+#  TODO This may not work, because it is not a hostname....
+  hostname: db.apache.org/jdo  
+
+ 
+github:
+  description: "Apache JDO project"
+#  homepage: https://db.apache.org/jdo
+  labels:
+    - JDO
+    - database
+    - ORM
+    - apache
+    - Java

Reply via email to