Closed
Bug 624495
Opened 15 years ago
Closed 15 years ago
do 3.0.19 -> 3.6.13 advertised major update
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
795 bytes,
patch
|
nthomas
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #502927 -
Flags: review?(nrthomas)
Comment 2•15 years ago
|
||
Comment on attachment 502927 [details] [diff] [review]
unthrottle 3.0.19
Looks fine to me. This will catch any php syntax errors
https://hudson.mozilla.org/job/AUSv2/
when running the test suite, so please check it before tagging and filing the IT bug. It won't test the unthrottling change you're making of course.
Attachment #502927 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Created snippets with:
# cltbld@aus2-staging
cd /opt/aus2/snippets/staging
for chan in "" "-beta" "-test"; do
olddir=20101208-Firefox-3.0.19-3.6.13-MU$chan
newdir=20110117-Firefox-3.0.19-3.6.13-scary-MU$chan
rsync -av $olddir/ $newdir/
find $newdir -type f -exec sed -i -e 's,/3.6/details/from-3_0.html,/unsupported/details/index.html,' {} \;
diff -Naur $olddir/ $newdir/ > ~/20110117-MU$chan.diff
done
Pushed test snippets with:
~/bin/backupsnip 20110117-Firefox-3.0.19-3.6.13-scary-MU-test
~/bin/pushsnipn 20110117-Firefox-3.0.19-3.6.13-scary-MU-test
Assignee | ||
Comment 4•15 years ago
|
||
In advance of pushing things live I ran backupsnip:
cd /opt/aus2/snippets/staging
~/bin/backupsnip 20110117-Firefox-3.0.19-3.6.13-scary-MU
Still to do:
- Push beta/release snippets live
- Unthrottle
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 502927 [details] [diff] [review]
unthrottle 3.0.19
Pushed snippets with:
~/bin/pushsnip 20110117-Firefox-3.0.19-3.6.13-scary-MU
~/bin/pushsnip 20110117-Firefox-3.0.19-3.6.13-scary-MU-beta
Checking in config-dist.php;
/cvsroot/mozilla/webtools/aus/xml/inc/config-dist.php,v <-- config-dist.php
new revision: 1.114; previous revision: 1.113
done
[] bhearsum@voot:~/Mozilla/checkouts/aus2/xml/inc$ cvs tag AUS2_RTM_201101181150 config-dist.php
T config-dist.php
[] bhearsum@voot:~/Mozilla/checkouts/aus2/xml/inc$ cvs tag AUS2_PRODUCTION config-dist.php
W config-dist.php : AUS2_PRODUCTION already exists on version 1.113 : NOT MOVING tag to version 1.114
[] bhearsum@voot:~/Mozilla/checkouts/aus2/xml/inc$ cvs tag -F AUS2_PRODUCTION config-dist.php
T config-dist.php
Attachment #502927 -
Flags: checked-in+
Assignee | ||
Comment 6•15 years ago
|
||
Shipped.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•