[nutch-site] branch main updated (b720870 -> 198d962)

2021-11-24 Thread lewismc
This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nutch-site.git.


from b720870  Add .asf.yaml file to Nutch website
 add 335dac0  Add public directory to SCM
 new 198d962  Remove public directory from main branch

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.


Summary of changes:
 .gitignore | 1 -
 1 file changed, 1 deletion(-)


[nutch-site] branch main updated (819de2a -> b720870)

2021-11-24 Thread lewismc
This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nutch-site.git.


from 819de2a  Initial code import
 add b720870  Add .asf.yaml file to Nutch website

No new revisions were added by this update.

Summary of changes:
 .asf.yaml | 34 ++
 1 file changed, 34 insertions(+)
 create mode 100644 .asf.yaml


[nutch-site] branch asf-site created (now b720870)

2021-11-24 Thread lewismc
This is an automated email from the ASF dual-hosted git repository.

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


  at b720870  Add .asf.yaml file to Nutch website

This branch includes the following new commits:

 new b720870  Add .asf.yaml file to Nutch website

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.



[nutch-site] 01/01: Add .asf.yaml file to Nutch website

2021-11-24 Thread lewismc
This is an automated email from the ASF dual-hosted git repository.

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

commit b720870ebcc1a21abf3e9add6a2170560c423836
Author: Lewis John McGibbney 
AuthorDate: Wed Nov 24 08:41:06 2021 -0800

Add .asf.yaml file to Nutch website
---
 .asf.yaml | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000..0cc84e6
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,34 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# 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
+
+publish:
+  whoami: asf-site
\ No newline at end of file