canmove, Confirmed users
6,439
edits
Line 323: | Line 323: | ||
cd /pub/mozilla.org/zz/ | cd /pub/mozilla.org/zz/ | ||
Updated rsync exclude files from the above dir to exclude b12 | Updated rsync exclude files from the above dir to exclude b12 | ||
=== Push XULRunner to mirrors === | |||
<pre> | |||
# xrbld@stage | |||
rsync -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \ | |||
/pub/mozilla.org/xulrunner/nightly/2.0rc1-candidates/build1/ \ | |||
/pub/mozilla.org/xulrunner/releases/2.0rc1/ | |||
</pre> | |||
Edited cltbld@stage:/pub/mozilla.org/zz/rsyncd-mozilla-{pre,}releases.exclude and added: | |||
- xulrunner/releases/2.0b12 | |||
=== Update XULRunner entries on wiki === | |||
Updated the links in these two wiki pages for the version change: | |||
* [https://developer.mozilla.org/En/XULRunner_2.0_Release_Notes Release Notes] | |||
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK] |