Confirmed users
4,971
edits
(→Setup) |
|||
| Line 80: | Line 80: | ||
* Got go-to-build for [http://hg.mozilla.org/releases/mozilla-aurora/rev/ad45139f4d29 mozilla-aurora rev ad45139f4d29]. | * Got go-to-build for [http://hg.mozilla.org/releases/mozilla-aurora/rev/ad45139f4d29 mozilla-aurora rev ad45139f4d29]. | ||
* Pushed mozilla-aurora default to mozilla-mobile-5.0 | * Pushed mozilla-aurora default to mozilla-mobile-5.0 | ||
hg clone http://hg.mozilla.org/releases/mozilla-mobile-5.0 | |||
hg clone http://hg.mozilla.org/releases/mobile-5.0 | |||
cd mozilla-mobile-5.0 | |||
hg pull http://hg.mozilla.org/releases/mozilla-aurora | |||
hg up | |||
hg push -e 'ssh -i ~/.ssh/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/mozilla-mobile-5.0 | |||
hg ident | |||
# We're already on ad45139f4d29 | |||
hg branch | |||
# We're on default | |||
hg branch 5.0b1_build1 | |||
cd ../mobile-5.0 | |||
hg branch | |||
# We're on default | |||
hg branch 5.0b1_build1 | |||
cd ../mozilla-mobile-5.0/mobile | |||
tar cv - . | (cd ../../mobile-5.0; tar xBfp -) | |||
# An |rsync -av . ../../mobile-5.0| would probably be better here) | |||
cd ../../mobile-5.0 | |||
ls | |||
hg stat | |||
hg branch | |||
hg addremove | |||
hg commit | |||
hg push -e 'ssh -i ~/.ssh/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/mozilla-mobile-5.0 | |||
cd ../mozilla-mobile-5.0 | |||
hg stat | |||
hg branch | |||
hg rm mobile | |||
hg commit | |||
hg push -e 'ssh -i ~/.ssh/ffxbld_dsa -l ffxbld' ssh://hg.mozilla.org/releases/mozilla-mobile-5.0 | |||
* Sent mv-moz2-linux-ix-slave{18,19,20} and moz2-darwin9-slave20 to pm02-bb07 for the release. | * Sent mv-moz2-linux-ix-slave{18,19,20} and moz2-darwin9-slave20 to pm02-bb07 for the release. | ||