Administrators, MozillaWiki team
918
edits
No edit summary |
|||
Line 87: | Line 87: | ||
chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b1-candidates | chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b1-candidates | ||
chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b1-candidates | chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b1-candidates | ||
== Source == | |||
Created a source tarball on my local (Linux) machine: | |||
hg clone http://hg.mozilla.org/comm-central | |||
cd comm-central | |||
hg update -r THUNDERBIRD_3_0b1_RELEASE | |||
python client.py checkout --skip-chatzilla --skip-venkman | |||
tar -cvf ../thunderbird-3.0b1-source.tar . | |||
tar --exclude .hgtags --exclude .hgignore --exclude .hg --exclude CVS -cvf ../thunderbird-3.0b1-source.tar.gz . | |||
bzip2 -9v ../thunderbird-3.0b1-source.tar | |||
scp ../thunderbird-3.0b1-source.tar.bz2 stage:/pub/mozilla.org/thunderbird/nightly/3.0a3-candidates/build2/source/ | |||
[http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b1-candidates/build3/source/ Sources] |