Hey,
I'd like the following patch to be applied. It fixes the redirects for RPM-GPG-KEY files for secondary arches not to be redirected to /pub/fedora-secondary/, so that Jigdo's can find the files.
Kind regards,
Jeroen van Meeuwen -kanarip
commit b240e804a23e4171d21de19f0de0ec4b34586654 Author: Jeroen van Meeuwen kanarip@puppet1.fedora.phx.redhat.com Date: Tue Dec 30 01:02:00 2008 +0000
Fix the rewrite for secondary architectures.
The rewrite caused GPG keys in primary architecture install trees matching the name of a secondary architecture to be rewritten to secondary-archs.
diff --git a/configs/web/download.fedoraproject.org/rewrite.conf b/configs/web/download.fedoraproject.org/rewrite.conf index 63f2e45..adc7a3c 100644 --- a/configs/web/download.fedoraproject.org/rewrite.conf +++ b/configs/web/download.fedoraproject.org/rewrite.conf @@ -4,8 +4,8 @@ RequestHeader set CP-Location /mirrormanager
RewriteEngine On
-RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*ia64.* [OR] -RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*sparc.* +RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*[/]+ia64.* [OR] +RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*[/]+sparc.* RewriteRule ^/pub/fedora/linux/(.*) /pub/fedora-secondary/$1
RewriteRule ^/(.+)$ balancer://mirrorsCluster//mirrorlist?path=$1&redirect=1 [P]
On Sun, Feb 1, 2009 at 7:27 AM, Jeroen van Meeuwen kanarip@kanarip.com wrote:
Hey,
I'd like the following patch to be applied. It fixes the redirects for RPM-GPG-KEY files for secondary arches not to be redirected to /pub/fedora-secondary/, so that Jigdo's can find the files.
+1
On Sun, 1 Feb 2009, Xavier Lamien wrote:
On Sun, Feb 1, 2009 at 7:27 AM, Jeroen van Meeuwen kanarip@kanarip.com wrote:
Hey,
I'd like the following patch to be applied. It fixes the redirects for RPM-GPG-KEY files for secondary arches not to be redirected to /pub/fedora-secondary/, so that Jigdo's can find the files.
+1
+1
-Mike
On 2009-02-01 07:27:10 AM, Jeroen van Meeuwen wrote:
-RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*ia64.* [OR] -RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*sparc.* +RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*[/]+ia64.* [OR] +RewriteCond %{REQUEST_URI} ^/pub/fedora/linux/.*[/]+sparc.* RewriteRule ^/pub/fedora/linux/(.*) /pub/fedora-secondary/$1
+1
Thanks, Ricky
infrastructure@lists.fedoraproject.org