Confirmed users
2,679
edits
(→Stage) |
|||
| Line 155: | Line 155: | ||
* Mount point to /data/cltbld, as well as cltbld user a/c, was broken because {{bug|448019}}. Did this as root instead, using different mount points. | * Mount point to /data/cltbld, as well as cltbld user a/c, was broken because {{bug|448019}}. Did this as root instead, using different mount points. | ||
* on stage, manually renamed the files to fall into the usual 3.1a1/[o.s.]/[long-filename-format] | * on stage, manually renamed the files to fall into the usual 3.1a1/[o.s.]/[long-filename-format] | ||
$ cd /ftp/pub/....mumble...mumble/firefox | $ cd /ftp/pub/....mumble...mumble.../firefox | ||
$ rsync -av nightly/3.1a1-candidates/build2 releases/3.1a1 | $ rsync -av nightly/3.1a1-candidates/build2 releases/3.1a1 | ||
| Line 169: | Line 169: | ||
chmod 644 *SUMS " | chmod 644 *SUMS " | ||
...as the checksum-files script was unavailable because the disk was down. See {{bug|448019}} for details. This means we are missing the MD5SUMS and SHA1SUMS files. | ...as the checksum-files script was unavailable because the disk was down. See {{bug|448019}} for details. This means we are missing the MD5SUMS and SHA1SUMS files. | ||
=== Loose ends === | |||
1) Moved all the files to | |||
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/shiretoko/alpha1 | |||
and renamed files as follows: | |||
Shiretoko Alpha 1 Setup.exe | |||
Shiretoko Alpha 1.dmg | |||
shiretoko-alpha1.en-US.linux-i686.tar.bz2 | |||
shiretoko-alpha1-source.bundle | |||
shiretoko-alpha1-source.tar.bz2 | |||
2) Stage.m.o is now healthy again, so fixed the missing *SUMS files: | |||
~/bin/checksum-files . | |||
chmod 644 *SUMS " | |||
chown -R cltbld:firefox . | |||