Author: dsahlberg
Date: Tue Aug 29 15:45:58 2023
New Revision: 1911986

URL: http://svn.apache.org/viewvc?rev=1911986&view=rev
Log:
In site/staging

* .htaccess: Update buildbot redirects to work with the new ci2.apache.org

Modified:
    subversion/site/staging/.htaccess

Modified: subversion/site/staging/.htaccess
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/.htaccess?rev=1911986&r1=1911985&r2=1911986&view=diff
==============================================================================
--- subversion/site/staging/.htaccess (original)
+++ subversion/site/staging/.htaccess Tue Aug 29 15:45:58 2023
@@ -2,10 +2,10 @@
 Options +Includes
 RewriteEngine On
 
-RedirectMatch ^/buildbot/all$ 
http://ci.apache.org/waterfall?category=svn-prod\&category=svn-warnings\&category=svn-status\&category=svn-compat\&show_events=true
-RedirectMatch ^/buildbot/prod$ 
http://ci.apache.org/waterfall?category=svn-prod\&category=svn-warnings\&show_events=true
-RedirectMatch ^/buildbot/stat$ 
http://ci.apache.org/waterfall?category=svn-status\&show_events=true
-RedirectMatch ^/buildbot/compat$ 
http://ci.apache.org/waterfall?category=svn-compat\&show_events=true
+RedirectMatch ^/buildbot/all$ 
https://ci2.apache.org/#/waterfall?tags=svn-prod\&tags=svn-warnings\&tags=svn-status\&tags=svn-compat
+RedirectMatch ^/buildbot/prod$ 
https://ci2.apache.org/#/waterfall?tags=svn-prod\&tags=svn-warnings
+RedirectMatch ^/buildbot/stat$ 
https://ci2.apache.org/#/waterfall?tags=svn-status
+RedirectMatch ^/buildbot/compat$ 
https://ci2.apache.org/#/waterfall?tags=svn-compat
 RedirectMatch ^/patches$ /docs/community-guide/general.html#patches
 RedirectMatch ^/HACKING$ /docs/community-guide/
 RedirectMatch ^/prerelease-caveats$ 
/docs/community-guide/releasing.html#prerelease-caveats


Reply via email to