You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2020/04/09 14:46:10 UTC

[db-jdo-site] branch tzaeschke-asf-yaml created (now d8440ea)

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

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


      at d8440ea  Create .asf.yaml

This branch includes the following new commits:

     new d8440ea  Create .asf.yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[db-jdo-site] 01/01: Create .asf.yaml

Posted by ti...@apache.org.
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 <ti...@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