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/solr-site.git


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

commit b783e128007a11cc0dd44d610a99304e162e0330
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 16 17:58:24 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/output/.htaccess b/output/.htaccess
index ff725c1..171ed1f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -80,4 +80,6 @@ RewriteRule ^guide/\d+_\d+/(?!.+\.\w+$|.+/$).+$             
$0/ [R=301,L]
 RewriteRule ^docs/(\d+_\d+_\d+/.*)$  
__root/docs.lucene.apache.org/content/solr/$1 [PT]
 RewriteRule ^guide/\d+_\d+/.*$       
__root/docs.lucene.apache.org/content/solr/$0 [PT]
 
-RewriteRule ^charts/(.*)$ https://nightlies.apache.org/solr/helm-charts/$1 
[R,L]
\ No newline at end of file
+### Redirects to Apache Nightlies, this will change when they have a separate 
area for released artifacts
+RewriteRule ^charts(/.*)?$ 
https://nightlies.apache.org/solr/release/helm-charts$1 [R,L]
+RewriteRule ^operator/downloads/crds(/(v\d\.\d\.\d(/.*)?)?)?$ 
https://nightlies.apache.org/solr/release/operator/crds$1 [R,L]
\ No newline at end of file

Reply via email to