Administrators, MozillaWiki team
918
edits
No edit summary |
No edit summary |
||
| Line 66: | Line 66: | ||
chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates | chgrp -R thunderbird /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates | ||
chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b2-candidates | chmod -R g+ws /pub/mozilla.org/thunderbird/nightly/3.0b2-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_0b2_RELEASE | |||
python client.py checkout --skip-chatzilla --skip-venkman | |||
tar --exclude .hgtags --exclude .hgignore --exclude .hg --exclude CVS -cvf ../thunderbird-3.0b2-source.tar . | |||
pbzip2 -9v ../thunderbird-3.0b2-source.tar | |||
scp ../thunderbird-3.0b2-source.tar.bz2 stage.mozilla.org:/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build2/source/ | |||
openssl md5 ../thunderbird-3.0b2-source.tar.bz2 | |||
openssl sha1 ../thunderbird-3.0b2-source.tar.bz2 | |||
[http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/3.0b2-candidates/build1/source/ Sources] | |||
MD5(thunderbird-3.0b2-source.tar.bz2)= 00593b8abc6763a7a90ad02bc2ce227b | |||
SHA1(thunderbird-3.0b2-source.tar.bz2)= cf4510fe8fe948723cfe959447f8ab47af407fdc | |||