Confirmed users
3,990
edits
No edit summary |
|||
Line 175: | Line 175: | ||
It is supposed to be triggered automatically after updates are done. | It is supposed to be triggered automatically after updates are done. | ||
* check permissions failed. I assume I can fix this one I fix the candidates symlinks later on | * check permissions failed. I assume I can fix this one I fix the candidates symlinks later on | ||
<pre> | <pre> | ||
# do not run until all deliverables and logs are uplodaed | # do not run until all deliverables and logs are uplodaed | ||
cd /pub/mozilla.org/firefox/nightly | cd /pub/mozilla.org/firefox/nightly | ||
rsync -av 13.0b6-candidates/ ../candidates/13.0b6-candidates/ | rsync -av 13.0b6-candidates/ ../candidates/13.0b6-candidates/ | ||
</pre> | |||
* XXX: The previous rsync is under a screen session (screen -R armenzg) | |||
* XXX: verify that it complete well and run the next 2 steps | |||
<i> | |||
<pre> | |||
mv 13.0b6-candidates 13.0b6-candidates.old && ln -s ../candidates/13.0b6-candidates 13.0b6-candidates | mv 13.0b6-candidates 13.0b6-candidates.old && ln -s ../candidates/13.0b6-candidates 13.0b6-candidates | ||
rm -rf 13.0b6-candidates.old | rm -rf 13.0b6-candidates.old | ||
</pre> | </pre> | ||
</i> | |||
* XXX: re-trigger the job once the previous is done | |||
=== Push to internal mirrors === | === Push to internal mirrors === |