Closed
Bug 533341
Opened 16 years ago
Closed 16 years ago
Trunk deb repo updates borked
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
I think the problem is that one locale is unable to download the deb, then all subsequent locales are broken due to
mkdir tmp.deb
mkdir: cannot create directory `tmp.deb': File exists
I can get around this by nuking tmp.deb beforehand.
Assignee | ||
Comment 1•16 years ago
|
||
I'm probably also going to add two ride-along fixes:
* enable a separate directory from sign-debs/LOCALE (sign-debs-staging/LOCALE) to allow for staging+production slaves to live on the same VM without having conflicting .install files
* don't die if the repository is missing on the server -- this probably due to a new locale and should create a new repository instead.
Assignee | ||
Comment 2•16 years ago
|
||
Fixed, with http://hg.mozilla.org/build/tools/rev/b39747f8efd3 (bug 533997)
Status: NEW → RESOLVED
Closed: 16 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
•