Confirmed users
4,971
edits
(→Tags) |
|||
| Line 127: | Line 127: | ||
If no code has changed since the previous 13.0b2 build, we can just respin the previous build: | If no code has changed since the previous 13.0b2 build, we can just respin the previous build: | ||
* Create a | * Create a build3-spin5 directory on stage, and softlink the build3 to it. | ||
** The spin# will increment instead of the build#. | ** The spin# will increment instead of the build#. | ||
** For build3- | ** For build3-spin5: | ||
<pre> | <pre> | ||
# ffxbld@stage | # ffxbld@stage | ||
cd /pub/mozilla.org/mobile/candidates/13.0b2-candidates | cd /pub/mozilla.org/mobile/candidates/13.0b2-candidates | ||
mkdir build3- | mkdir build3-spin5 | ||
rm build3 | rm build3 | ||
ln -s build3- | ln -s build3-spin5 build3 | ||
</pre> | </pre> | ||
* Hit "rebuild" on the latest [http://buildbot-master13.build.scl1.mozilla.com:8001/builders/release-mozilla-beta-android-xul_build release-mozilla-beta-android-xul_build]. | * Hit "rebuild" on the latest [http://buildbot-master13.build.scl1.mozilla.com:8001/builders/release-mozilla-beta-android-xul_build release-mozilla-beta-android-xul_build]. | ||
** This will upload into the | ** This will upload into the build3-spin5 directory instead of overwriting the previous build. | ||
=== IF CODE HAS CHANGED === | === IF CODE HAS CHANGED === | ||