[struts-site] branch asf-staging updated: Updates stage by Jenkins

2021-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 135772e  Updates stage by Jenkins
135772e is described below

commit 135772ed08c6aa973bacabbab2c45c6ae7ef65d6
Author: jenkins 
AuthorDate: Sat Feb 20 08:02:29 2021 +

Updates stage by Jenkins
---
 content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/.htaccess b/content/.htaccess
index 098a831..0d23062 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -24,4 +24,6 @@ RedirectMatch \/2.*\/(.*)?  
http://struts.apache.org/$1
 # page downloads.html was renamed to releases.html
 RedirectMatch \/downloads /releases
 
+RedirectMatch \/announce.html(#a[0-9]+) /announce-2020.html$1
+
 ErrorDocument 404 /404



[struts-site] branch master updated (165d4ac -> bcab24c)

2021-02-20 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


from 165d4ac  Adds redirection to announcements from 2020
 add 761b112  Adds announcements about Security Impact Levels
 add 73ee8ba  Adds missing alt attributes
 add 23a9467  Links from home to announcement page for 2021
 new bcab24c  Merge pull request #155 from apache/security-impact-levels

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:
 source/_includes/header.html |  2 +-
 source/{announce.md => announce-2020.md} |  0
 source/announce-2021.md  | 84 
 source/index.html| 10 ++--
 4 files changed, 90 insertions(+), 6 deletions(-)
 rename source/{announce.md => announce-2020.md} (100%)
 create mode 100644 source/announce-2021.md



[struts-site] 01/01: Merge pull request #155 from apache/security-impact-levels

2021-02-20 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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

commit bcab24c3056d639e7569320436a87e10633a960d
Merge: 165d4ac 23a9467
Author: Lukasz Lenart 
AuthorDate: Sat Feb 20 09:05:12 2021 +0100

Merge pull request #155 from apache/security-impact-levels

Adds announcements about Security Impact Levels

 source/_includes/header.html |  2 +-
 source/{announce.md => announce-2020.md} |  0
 source/announce-2021.md  | 84 
 source/index.html| 10 ++--
 4 files changed, 90 insertions(+), 6 deletions(-)



Buildbot success in on jekyll_websites

2021-02-20 Thread buildbot
The Buildbot has detected a passing build on builder jekyll_websites while 
building struts.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/396

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by lukaszlenart
Blamelist: asfinfra, commits@struts.apache.org

Build succeeded!

Sincerely,
 -The Buildbot



[struts-site] branch master updated: Makes anchor optional in redirection

2021-02-20 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 18f96f7  Makes anchor optional in redirection
18f96f7 is described below

commit 18f96f70270466613977dcff0cd1a6389bda76dc
Author: Lukasz Lenart 
AuthorDate: Sat Feb 20 09:07:51 2021 +0100

Makes anchor optional in redirection
---
 source/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/.htaccess b/source/.htaccess
index 0d23062..88755ec 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -24,6 +24,6 @@ RedirectMatch \/2.*\/(.*)?  
http://struts.apache.org/$1
 # page downloads.html was renamed to releases.html
 RedirectMatch \/downloads /releases
 
-RedirectMatch \/announce.html(#a[0-9]+) /announce-2020.html$1
+RedirectMatch \/announce.html(#a[0-9]+)? /announce-2020.html$1
 
 ErrorDocument 404 /404



[struts-site] branch asf-site updated: Automatic Site Publish by Buildbot

2021-02-20 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 1a9b002  Automatic Site Publish by Buildbot
1a9b002 is described below

commit 1a9b00298bdf144af27eef7341254b9725e2c599
Author: buildbot 
AuthorDate: Sat Feb 20 08:08:33 2021 +

Automatic Site Publish by Buildbot
---
 output/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/.htaccess b/output/.htaccess
index 0d23062..88755ec 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -24,6 +24,6 @@ RedirectMatch \/2.*\/(.*)?  
http://struts.apache.org/$1
 # page downloads.html was renamed to releases.html
 RedirectMatch \/downloads /releases
 
-RedirectMatch \/announce.html(#a[0-9]+) /announce-2020.html$1
+RedirectMatch \/announce.html(#a[0-9]+)? /announce-2020.html$1
 
 ErrorDocument 404 /404



Buildbot success in on jekyll_websites

2021-02-20 Thread buildbot
The Buildbot has detected a passing build on builder jekyll_websites while 
building struts.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/397

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by lukaszlenart
Blamelist: asfinfra, commits@struts.apache.org

Build succeeded!

Sincerely,
 -The Buildbot