Closed
Bug 787863
Opened 13 years ago
Closed 13 years ago
Block partials to Firefox 15.0 for funnelcake13/14 on mac
Categories
(Release Engineering :: Release Requests, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
We have Firefox 14.0.1 users from the funnelcake13 and funnelcake14 pair where the partial to 15.0 doesn't apply, and the updater doesn't fail over to the complete. To work around this I'll create some null updates.
| Assignee | ||
Comment 1•13 years ago
|
||
Adapted from
https://wiki.mozilla.org/Releases/Firefox_14.0.1/BuildNotes-Updates#Generate_release-cck-mozilla11.2F12_snippets
# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging
mkdir -p Firefox-15.0-build1-funnelcake13_14{,-test}/Firefox
# rsync an empty dir structure
rsync -a --exclude=Linux* --exclude=WINNT* --exclude=*.txt \
Firefox-15.0-build1{,-funnelcake13_14}/Firefox/14.0.1/
rsync -a --exclude=Linux* --exclude=WINNT* --exclude=betatest --exclude=*.txt \
Firefox-15.0-build1{,-funnelcake13_14}-test/Firefox/14.0.1/
# stuff some nulls in it after renaming the channels
for d in Firefox-15.0-build1-funnelcake13_14{,-test}; do
for dd in `find $d -type d -name release*`; do
mv $dd ${dd}-cck-mozilla13
touch ${dd}-cck-mozilla13/partial.txt
rsync -a ${dd}-cck-mozilla{13,14}/
done
done
backupsnip Firefox-15.0-build1-funnelcake13_14-test
pushsnip Firefox-15.0-build1-funnelcake13_14-test
Verified there are 704 empty text files (88 locales * 2 Mac platforms * two channels * (test + production)), and that urls like
> https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/releasetest-cck-mozilla13/Darwin%2010.8.0/mozilla14/1.0/update.xml?force=1
> https://aus3.mozilla.org/update/3/Firefox/14.0.1/20120713134347/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/releasetest-cck-mozilla14/Darwin%2010.8.0/mozilla14/1.0/update.xml?force=1
only have a complete now.
| Assignee | ||
Comment 2•13 years ago
|
||
Rail, does this look vaguely sane enough to push to production ?
Comment 3•13 years ago
|
||
Looks sane to me.
| Assignee | ||
Comment 4•13 years ago
|
||
This got done on bug 788317 for more channels around the time of 15.0.1 coming out.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
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
•