Closed
Bug 367804
Opened 18 years ago
Closed 18 years ago
AUS2 configuration update for sunbird nightlies
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: morgamic, Assigned: oremj)
References
Details
Need to update AUS2 to deploy patch from bug 364628. The changes cover some config changes the affect the mapping of incoming client versions to their directory on disk. It only affects nightlies.
I ran this through the acceptance tests and did spot checking for 1.5.* and 2.0.* Firefox updates. All looked good.
Preed, can I get a what-what or a woot-woot? (+r/-r)?
Reporter | ||
Comment 1•18 years ago
|
||
Sorry, wrong component. Also, update tag is "AUS2_PRODUCTION" and the affected files are:
./index.php
./inc/config-dist.php
./inc/patch.class.php
Component: Server Operations → Server Operations: Web Content Push
Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → oremj
Assignee | ||
Updated•18 years ago
|
Whiteboard: Waiting on preed
Comment 2•18 years ago
|
||
Yeah, sorry for the delay; looks good.
One quick question on the patch:
in getBranch, since you're using regexes, does it make sense to escape the ., too? I see you already escape the * (to turn it into a .*). Or is that happening somewhere else and I'm missing it?
Whiteboard: Waiting on preed
Assignee | ||
Updated•18 years ago
|
Whiteboard: Waiting on Mike
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Yeah, sorry for the delay; looks good.
Thanks for taking a look. :)
> One quick question on the patch:
>
> in getBranch, since you're using regexes, does it make sense to escape the .,
> too? I see you already escape the * (to turn it into a .*). Or is that
> happening somewhere else and I'm missing it?
When it's doing the pattern match it calls preg_quote() on the pattern before using it:
http://php.osuosl.org/preg_quote
That escapes the pattern properly so it's not too greedy / unpredictable.
Assignee | ||
Comment 4•18 years ago
|
||
[root@do-stage01 app]# cvs -q up
P index.php
P inc/config-dist.php
P inc/patch.class.php
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: Waiting on Mike
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
•