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

snagel pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nutch-site.git

commit 1e7bf4e9e7c2f5450444623847476d1b73d7b773
Author: Sebastian Nagel <sna...@apache.org>
AuthorDate: Thu Sep 8 14:59:33 2022 +0200

    - add README for branch asf-site
    - modify .asf.yaml to contain only instructions required in branch
      asf-site
---
 .asf.yaml | 17 ++---------------
 README.md |  7 +++++++
 2 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0cc84e6..2ae5ca7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,20 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
-
-github:
-  description: "Apache Nutch Website"
-  homepage: https://nutch.apache.org/
-  labels:
-    - apache
-    - nutch
-    - hugo
-
-  enabled_merge_buttons:
-    squash: true
-    merge:  false
-    rebase: false
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 publish:
-  whoami: asf-site
\ No newline at end of file
+  whoami: asf-site
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dd2eb49
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+Apache Nutch Website
+====================
+
+The `asf-site` branch is only used for storing the generated static website.
+From this branch, the Nutch website is being served.
+
+Please submit patch and pull requests on the `main` branch instead of the 
`asf-site` branch.
\ No newline at end of file

Reply via email to