Closed
Bug 609932
Opened 15 years ago
Closed 15 years ago
Failing L10n Verification for Linux and Linux64 because of checksum files
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file)
1.63 KB,
patch
|
bhearsum
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
When this command is run:
> ./verify_l10n.sh firefox-4.0b7-build1 linux-i686
if fails with:
> Unknown package type for file: firefox-4.0b7-build1/linux-i686/en-US/firefox-4.0b7.checksums
The problem is that the checksum got download with this command:
> rsync -Lav -e ssh --exclude=*.asc --exclude=source --exclude=xpi --exclude=unsigned --exclude=update --exclude=*.crashreporter-symbols.zip --exclude=*.tests.zip --exclude=*.tests.tar.bz2 --exclude=*.txt stage-old.mozilla.org:/pub/mozilla.org/firefox/nightly/4.0b7-candidates/build1//linux-i686 firefox-4.0b7-build1/
Not sure if we should take a whitelist approach (specify which files to include) rather than blacklisting.
The other approach is to improve verify_l10n.sh.
To fix this on the slave I can do this:
> mv firefox-4.0b7-build1/linux-i686/en-US/firefox-4.0b7.checksums firefox-4.0b7.checksums.bak
and then I can run verify_l10n.sh without any problems.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Priority: -- → P2
Updated•15 years ago
|
Attachment #488509 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 488509 [details] [diff] [review]
--exclude=*.checksums
[default]
http://hg.mozilla.org/build/buildbotcustom/rev/a6275bc49ba2
[buildbot-0.7]
http://hg.mozilla.org/build/buildbotcustom/rev/db8b1bf9dfd2
Attachment #488509 -
Flags: checked-in+
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•