canmove, Confirmed users
6,439
edits
Line 195: | Line 195: | ||
</pre> | </pre> | ||
Then, sign the checksum files by doing the following on keymaster: | Then, sign the checksum and source files by doing the following on keymaster: | ||
<pre> | <pre> | ||
mkdir -p ~/signing-work/firefox-4.0 | mkdir -p ~/signing-work/firefox-4.0 | ||
Line 201: | Line 201: | ||
cvs co -d:ext:cltbld@cvs.mozilla.org:/mofo co -d signing release/signing/tools | cvs co -d:ext:cltbld@cvs.mozilla.org:/mofo co -d signing release/signing/tools | ||
rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' ffxbld@stage.mozilla.org:firefox-4.0/*SUMS . | rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' ffxbld@stage.mozilla.org:firefox-4.0/*SUMS . | ||
rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' ffxbld@stage.mozilla.org:firefox-4.0/source/ source/ | |||
signing/sign-files . | signing/sign-files . | ||
rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' *SUMS* ffxbld@stage.mozilla.org:firefox-4.0/ | rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' *SUMS* ffxbld@stage.mozilla.org:firefox-4.0/ | ||
rsync -av -e 'ssh -i /home/cltsign/.ssh/ffxbld_dsa' source/ ffxbld@stage.mozilla.org:firefox-4.0/source/ | |||
</pre> | </pre> | ||