This is an automated email from the ASF dual-hosted git repository.
domino pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/madlib-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 278cd31 Add .asf.yaml based on Apache's new website publishing
procedures
278cd31 is described below
commit 278cd319f3037405110f2f08e4026ef794ee732e
Author: Domino Valdano <[email protected]>
AuthorDate: Tue Jun 1 12:30:40 2021 -0700
Add .asf.yaml based on Apache's new website publishing procedures
Starting on July 1st, this file will be needed in order for any
new commits to asf-site to show up at https://madlib.apache.org
The second block adds a new feature, which allows us to test
changes in any branch without overwriting the official webpage,
by pushing it to asf-staging and viewing it at:
https://madlib.staged.apache.org
Based on instructions here:
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-WebSiteDeploymentServiceforGitRepositories
---
.asf.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ae8ddf1
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,8 @@
+# asf-staging branch will show up at https://madlib.staged.apache.org
+staging:
+ profile: ~
+ whoami: asf-staging
+
+# asf-site branch will show up at https://madlib.apache.org
+publish:
+ whoami: asf-site