Closed
Bug 906235
Opened 11 years ago
Closed 11 years ago
Please update download links for EUballot for Fx 23.0.1
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: ericz)
References
Details
Please change the redirect download urls on download.m.o to point:
product=firefox-latest-euballot -> product=firefox-23.0.1-euballot
Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → eziegenhorn
Assignee | ||
Comment 1•11 years ago
|
||
Updated dev and stage:
eziegenhorn@joe:~/sysadmins/puppet/trunk/modules/webapp/files$ svn diff
Index: bouncer-stage/etc-httpd/domains/download.allizom.org.conf
===================================================================
--- bouncer-stage/etc-httpd/domains/download.allizom.org.conf (revision 73377)
+++ bouncer-stage/etc-httpd/domains/download.allizom.org.conf (working copy)
@@ -22,9 +22,9 @@
CustomLog "|/usr/sbin/rotatelogs /var/log/httpd/download.mozilla.org/access_%Y-%m-%d-%H 3600 -0" combined
RewriteEngine on
- # Bug 886796 - Please update download links for EUballot for Fx 22.0
+ # Bug 906235 - Please update download links for EUballot for Fx 23.0.1
RewriteCond %{QUERY_STRING} ^(.*)product=firefox-latest-euballot(.*)$
- RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-22.0-euballot%2 [R=302,L]
+ RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-23.0.1-euballot%2 [R=302,L]
# bug 860274
RewriteCond %{QUERY_STRING} product=firefox-20\.0&os=win(.*)$ [NC]
Index: bouncer-dev/etc-httpd/domains/download-dev.allizom.org.conf
===================================================================
--- bouncer-dev/etc-httpd/domains/download-dev.allizom.org.conf (revision 73377)
+++ bouncer-dev/etc-httpd/domains/download-dev.allizom.org.conf (working copy)
@@ -16,9 +16,9 @@
</Directory>
RewriteEngine on
- # Bug 886796 - Please update download links for EUballot for Fx 22.0
+ # Bug 906235 - Please update download links for EUballot for Fx 23.0.1
RewriteCond %{QUERY_STRING} ^(.*)product=firefox-latest-euballot(.*)$
- RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-22.0-euballot%2 [R=302,L]
+ RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-23.0.1-euballot%2 [R=302,L]
# Bug 860274
RewriteCond %{QUERY_STRING} product=firefox-20\.0&os=win(.*)$ [NC]
Assignee | ||
Comment 2•11 years ago
|
||
Updated prod:
~/sysadmins/puppet/trunk/modules/webapp/files$ svn diff
Index: bouncer/etc-httpd/domains/download.mozilla.org.conf
===================================================================
--- bouncer/etc-httpd/domains/download.mozilla.org.conf (revision 73377)
+++ bouncer/etc-httpd/domains/download.mozilla.org.conf (working copy)
@@ -27,9 +27,9 @@
RewriteRule /pub(.*) http://ftp.mozilla.org/pub/mozilla.org [R=permanent]
RewriteRule /admin/(.*) https://bounceradmin.mozilla.com/admin/$1 [R=permanent]
- # Bug 902128 - Please update download links for EUballot for Fx 23.0
+ # Bug 906235 - Please update download links for EUballot for Fx 23.0.1
RewriteCond %{QUERY_STRING} ^(.*)product=firefox-latest-euballot(.*)$
- RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-23.0-euballot%2 [R=302,L]
+ RewriteRule /(.*)$ http://download-eu.mozilla.org/$1?%1product=firefox-23.0.1-euballot%2 [R=302,L]
# bug 860274
Still updating via puppet on some webheads.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•