Closed
Bug 621199
Opened 14 years ago
Closed 14 years ago
Tracking bug for build & release of Firefox 4.0b9
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: catlee)
References
Details
Attachments
(3 files, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
rail
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
rail
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
Waiting for "go to build".
Updated•14 years ago
|
Assignee: nobody → armenzg
Priority: -- → P2
Comment 1•14 years ago
|
||
FTR this is the changes that I used to trigger the staging automation.
I tried to make release_sanity.py pass but I hit bug 623704.
It seems that I lost :$PYTHONPATH in the process.
By the end I ended up running a sendchange so all the steps below were somehow fruitless.
> buildbot sendchange --username armenzg --master localhost:9012 --branch users/armenzg_mozilla.com/mozilla-central -p release_config:mozilla/staging_release-firefox-mozilla-2.0.py -p script_repo_revision:FIREFOX_4_0b9_RELEASE release_build
FTR these are the steps I tried to run to make release_sanity.py pass:
ssh hg.mozilla.org clone mozilla-central mozilla-central
ssh hg.mozilla.org edit tools delete YES;
ssh hg.mozilla.org edit buildbot-configs delete YES;
ssh hg.mozilla.org edit buildbotcustom delete YES;
ssh hg.mozilla.org clone tools build/tools
ssh hg.mozilla.org clone buildbot-configs build/buildbot-configs
ssh hg.mozilla.org clone buildbotcustom build/buildbotcustom
mkdir beta9
cd beta9
hg clone ssh://hg.mozilla.org/users/armenzg_mozilla.com/tools
hg clone ssh://hg.mozilla.org/users/armenzg_mozilla.com/buildbot-configs
hg clone ssh://hg.mozilla.org/users/armenzg_mozilla.com/buildbotcustom
cd tools
hg tag -r tip FIREFOX_4_0b9_BUILD1
hg tag -r tip FIREFOX_4_0b9_RELEASE
hg push
cd ../buildbot-configs
hg up -r production
# The following patch should have your staging_release-firefox-* patch
# and your staging_config.py changes to point to your user repo if that is
# what you are going to use
patch -p1 < ~/moz/patches/beta9.staging.v0.diff
hg ci -m "Staging release for beta9"
hg tag -r tip FIREFOX_4_0b9_BUILD1
hg tag -r tip FIREFOX_4_0b9_RELEASE
hg push
cd ../buildbotcustom
hg up -r production-0.8
hg tag -r tip FIREFOX_4_0b9_BUILD1
hg tag -r tip FIREFOX_4_0b9_RELEASE
hg push
cd ..
Assignee | ||
Updated•14 years ago
|
Assignee: armenzg → catlee
Assignee | ||
Comment 2•14 years ago
|
||
missing final revision, and still waiting for some more l10n signoffs
Attachment #502485 -
Flags: review?(rail)
Assignee | ||
Comment 3•14 years ago
|
||
same as before, but with UPDATE_PACKAGING_R13
Attachment #502485 -
Attachment is obsolete: true
Attachment #502486 -
Flags: review?(rail)
Attachment #502485 -
Flags: review?(rail)
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #502491 -
Flags: review?(rail)
Updated•14 years ago
|
Attachment #502491 -
Flags: review?(rail) → review+
Updated•14 years ago
|
Attachment #502486 -
Flags: review?(rail) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 502486 [details] [diff] [review]
automation bumps for 4.0b9
Checked in as http://hg.mozilla.org/build/buildbot-configs/rev/7d05b744b7b1.
Merged to production, and tagged.
Attachment #502486 -
Flags: checked-in+
Comment 6•14 years ago
|
||
Comment on attachment 502491 [details] [diff] [review]
Version bumps for 4.0b9
http://hg.mozilla.org/mozilla-central/rev/bcab2d6652cb
Attachment #502491 -
Flags: checked-in+
Comment 7•14 years ago
|
||
The beta is out. FIXED?
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•