Closed
Bug 675305
Opened 14 years ago
Closed 14 years ago
Permissions not set properly on signing .asc files
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
Details
Permissions are not set properly on the signing .asc files. Example:
18266136 4 -rwx------ 1 tbirdbld thunderbird 499 Jul 29 13:03 ./linux-x86_64/hu/thunderbird-6.0b2.tar.bz2.asc
[tbirdbld@surf build1]$ cd /home/ftp/pub/thunderbird/nightly/6.0b2-candidates/build1/
[tbirdbld@surf build1]$ find . -ls | grep -- '------' | wc -l
121
Workaround:
$ cd /home/ftp/pub/thunderbird/nightly/6.0b2-candidates/build1/
$ find . -type f -print0 | xargs -0 chmod go+r
Reporter | ||
Comment 1•14 years ago
|
||
We need to run this target before uploading:
$ make fix-permissions
Updated our docs to reflect this.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
Fwiw, this was a problem for TB 6.0 final, and I cc'ed you on that bug, but IT fixed it on the releases/ dir.
You need to log in
before you can comment on or make changes to this bug.
Description
•