Confirmed users
2,679
edits
(→Sign) |
|||
Line 152: | Line 152: | ||
* complete stage-merged: | * complete stage-merged: | ||
* 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] | |||
$ cd /ftp/pub/....mumble...mumble/firefox | |||
rsync -av | $ rsync -av nightly/3.1a1-candidates/build2 releases/3.1a1 | ||
* Create MD5 and SHA1 checksum files | * Create MD5 and SHA1 checksum files | ||
# on stage | # on stage | ||
cd / | cd releases/3.1a1 | ||
* Fix permissions & ownership (usually just the two SUM files, but this time all the files had been rsync'd as root) | |||
chown -R cltbld:firefox . | |||
FIXME: skipped over | |||
~/bin/checksum-files . | ~/bin/checksum-files . | ||
* | 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. | |||