Releases/Firefox 14.0.1/BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 339: Line 339:
done ) 2>&1 | tee logs/13.0.1-14.0.1/sign-partials.log
done ) 2>&1 | tee logs/13.0.1-14.0.1/sign-partials.log


## Regenerate the snippets
## Regenerate the snippets (4 min)
perl patcher2.pl --create-patchinfo \
perl patcher2.pl --create-patchinfo \
   --app=firefox --brand=Firefox \
   --app=firefox --brand=Firefox \
   --config=patcher-configs/mozRelease-branch-patcher2.cfg \
   --config=patcher-configs/mozRelease-branch-patcher2.cfg \
   2>&1 | tee logs/13.0.1-14.0.1/generate_snippets.log
   2>&1 | tee logs/13.0.1-14.0.1/generate_snippets.log
</pre> '''DONE TO HERE'''
 
<pre>
# Snippet verification
# Snippet verification
cd temp/firefox/13.0.1-14.0.1
cd temp/firefox/13.0.1-14.0.1
Line 351: Line 350:
   aus2 release aus2.test  releasetest
   aus2 release aus2.test  releasetest


# Tidy and upload mar files
# Tidy and upload mar files (6 min)
find ftp/firefox/nightly/14.0.1-candidates/build1 -type f -exec chmod 644 {} \;  
find ftp/firefox/nightly/14.0.1-candidates/build1 -type f -exec chmod 644 {} \;  
find ftp/firefox/nightly/14.0.1-candidates/build1 -type d -exec chmod 755 {} \;
find ftp/firefox/nightly/14.0.1-candidates/build1 -type d -exec chmod 755 {} \;
Line 358: Line 357:
   ftp/firefox/nightly/14.0.1-candidates/build1/update \
   ftp/firefox/nightly/14.0.1-candidates/build1/update \
   ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/14.0.1-candidates/build1/
   ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/14.0.1-candidates/build1/
# then repeat without the -n


# Upload snippets
# Upload snippets (2 min, NB: no  --exclude=complete.txt)
rsync -av -e 'ssh -oIdentityFile=~/.ssh/auspush' --exclude=complete.txt \
rsync -av -e 'ssh -oIdentityFile=~/.ssh/auspush' \
  aus2.test/ \
  aus2.test/ \
  ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1-test
  ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1-test
rsync -av -e 'ssh -oIdentityFile=~/.ssh/auspush' --exclude=complete.txt \
rsync -av -e 'ssh -oIdentityFile=~/.ssh/auspush' \
  aus2/ \
  aus2/ \
  ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1
  ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-14.0.1-build1
</pre>


Defer backupsnip until after other changes.
Defer backupsnip until after other changes.
Confirmed users
4,293

edits

Navigation menu