You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/03 10:27:53 UTC

[comdev-events-site] branch preview/test-staging updated: sync with source

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

sebb pushed a commit to branch preview/test-staging
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/preview/test-staging by this push:
     new c00c32d  sync with source
c00c32d is described below

commit c00c32d6f2e31ee5491597ed5b2accbb7c391be7
Author: Sebb <se...@apache.org>
AuthorDate: Mon Apr 3 11:27:44 2023 +0100

    sync with source
---
 .asf.yaml | 31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 277ec23..1577dfb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,9 +1,30 @@
+# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
+github:
+  description: "Website sources for the Apache Events website"
+  homepage: https://events.apache.org
+  labels:
+    - apache
+    - community
+    - comdev
+    - events
+    - hugo
+
+notifications:
+  commits:      commits@community.apache.org
+  issues:       dev@community.apache.org
+  pullrequests: dev@community.apache.org
+
+# Looks like this may be needed to override the default host name
+publish:
+  whoami: asf-site
+  hostname: events.apache.org
+
+# Test site in preview/test; output to preview/test-staging (done in Jenkinsfile)
+# autostage will publish the site at project-test.staged.apache.org
+# where project should be events, but is currently community
 staging:
   profile: ~
-  whoami: asf-site
+  whoami:  asf-staging
   autostage: preview/*
-  
-publish:
-  profile: ~
-  whoami: asf-site
   hostname: events.apache.org