You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2020/08/22 16:20:52 UTC

[shiro-site] branch master updated (b081205 -> eea3bb5)

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

bdemers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git.


    from b081205  Merge pull request #64 from fpapon/FIX-RELEASE-160
     new d6681c9  Adding .asf.yaml to shiro-site repo
     new eea3bb5  adding "publish" branch to .asf.yaml

The 2 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:
 .asf.yaml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 .asf.yaml


[shiro-site] 01/02: Adding .asf.yaml to shiro-site repo

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit d6681c9b3227a97a792de5cb3591687953b881a5
Author: Brian Demers <bd...@apache.org>
AuthorDate: Sat Aug 22 12:16:28 2020 -0400

    Adding .asf.yaml to shiro-site repo
---
 .asf.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..3d1a7a4
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,30 @@
+# 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 Shiro Website"
+  homepage: https://shiro.apache.org/
+  labels:
+    - apache
+    - shiro
+
+  enabled_merge_buttons:
+    squash: true
+    merge:  false
+    rebase: false


[shiro-site] 02/02: adding "publish" branch to .asf.yaml

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit eea3bb59b84d6eb098ee727ff6ff8b297efde083
Author: Brian Demers <bd...@apache.org>
AuthorDate: Sat Aug 22 12:20:41 2020 -0400

    adding "publish" branch to .asf.yaml
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 3d1a7a4..62d5d7e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,6 +24,9 @@ github:
     - apache
     - shiro
 
+publish:
+  whoami:  asf-site
+
   enabled_merge_buttons:
     squash: true
     merge:  false