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

alexey pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 0d0df7b26 Add .asf.yaml
0d0df7b26 is described below

commit 0d0df7b26922056fffc0b35c925ccc866e783c29
Author: Attila Bukor <[email protected]>
AuthorDate: Wed Apr 13 09:22:09 2022 +0200

    Add .asf.yaml
    
    An .asf.yaml was committed to the kudu-site repo from which the site
    is published some time ago, but this is deleted when regenerating the
    site from kudu/gh-pages. Adding this file in kudu/gh-pages should
    resolve this issue.
    
    This file is a config file required by the ASF infra[1], without it,
    the updated site wouldn't be published.
    
    [1] 
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-WebsitedeploymentserviceforGitrepositories
    
    Change-Id: I58d8f85e83ac2ad46d192abb58b748eb7bba6c98
    Reviewed-on: http://gerrit.cloudera.org:8080/18410
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Attila Bukor <[email protected]>
---
 .asf.yaml   | 2 ++
 _config.yml | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..6e33a0350
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,2 @@
+publish:
+    whoami: asf-site
diff --git a/_config.yml b/_config.yml
index 0ef898c42..9ad364762 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,6 +8,9 @@ exclude:
   - tmp
   - build
   - thirdparty
+include:
+  - .asf.yaml
+  - .htaccess
 
 # When writing a blog post, you can use this special HTML comment to
 # designate where the post should be chopped in order to generate the

Reply via email to