Closed
Bug 749076
Opened 13 years ago
Closed 13 years ago
tooltool should be invoked with -o (--overwrite) option
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: jhford)
Details
Attachments
(1 file)
|
661 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
We uploaded a new manifest that pointed to a file with a different hash. What happened was that there was a local file from a previous attempt that had the same filename as the new file. This meant that when tooltool tried to download the new file, it failed because there was a local file with the same name but with a different hash.
We should be running tooltool with the overwrite option. Tooltool functions the same in this mode, except that instead of bailing out when the manifest doesn't match the local file, tooltool will download the new file and overwrite the local file with the one from the server.
Attachment #618561 -
Flags: review?(nrthomas)
Updated•13 years ago
|
Attachment #618561 -
Flags: review?(nrthomas) → review+
Comment 1•13 years ago
|
||
Landed to production today
Updated•13 years ago
|
Assignee: nobody → jhford
| Assignee | ||
Comment 2•13 years ago
|
||
verified in production
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•