Closed
Bug 639566
Opened 14 years ago
Closed 14 years ago
Pre-production releases should clobber slave build dirs every time
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(3 files, 1 obsolete file)
|
317 bytes,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
325 bytes,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
373 bytes,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•14 years ago
|
||
We can use a fake clobberer for pre-production installed to http://build.mozilla.org/preproduction-clobberer/index.php (per http://hg.mozilla.org/build/buildbot-configs/file/99babd90b663/mozilla/preproduction_config.py#l40) which always returns now-1h (to be safe) for every request.
Attachment #519387 -
Flags: review?(bhearsum)
| Assignee | ||
Updated•14 years ago
|
Priority: P3 → P2
Comment 2•14 years ago
|
||
Comment on attachment 519387 [details] [diff] [review]
preproduction clobberer
Can we make this not preproduction-specific? Eg, call it something like always_clobber.php, and change the reason.
| Assignee | ||
Comment 3•14 years ago
|
||
Attachment #519387 -
Attachment is obsolete: true
Attachment #519387 -
Flags: review?(bhearsum)
Attachment #519394 -
Flags: review?(bhearsum)
Updated•14 years ago
|
Attachment #519394 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 519394 [details] [diff] [review]
always_clobber.php
http://hg.mozilla.org/build/tools/rev/7e207b41ef51
Attachment #519394 -
Flags: checked-in+
| Assignee | ||
Comment 5•14 years ago
|
||
# raliiev@dm-wwwbuild01
mkdir -p /var/www/html/build/preproduction-clobberer
wget http://hg.mozilla.org/build/tools/raw-file/tip/clobberer/always_clobber.php -O /var/www/html/build/preproduction-clobberer/index.php
https://build.mozilla.org/preproduction-clobberer/index.php?builddir=tmp returns
tmp:1303114018:clobber_always
which looks fine.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•14 years ago
|
||
Wrong logic, the time stamp should be in the future.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•14 years ago
|
||
Attachment #528702 -
Flags: review?(catlee)
Comment 8•14 years ago
|
||
Comment on attachment 528702 [details] [diff] [review]
always_clobber.diff
rename to $the_future or something else, and you're good to go
Attachment #528702 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 528702 [details] [diff] [review]
always_clobber.diff
http://hg.mozilla.org/build/tools/rev/49814292c668
Attachment #528702 -
Flags: checked-in+
| Assignee | ||
Comment 10•14 years ago
|
||
Deployed on b.m.o
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
(In reply to comment #8)
> rename to $the_future or something else, and you're good to go
Rail, looks like this got missed. Could you follow up ?
| Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 12•14 years ago
|
||
Attachment #536534 -
Flags: review?(catlee)
Updated•14 years ago
|
Attachment #536534 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 13•14 years ago
|
||
Comment on attachment 536534 [details] [diff] [review]
:%s/an_hour_ago/the_future/g
http://hg.mozilla.org/build/tools/rev/8163df40bc3a
Attachment #536534 -
Flags: checked-in+
| Assignee | ||
Comment 14•14 years ago
|
||
# @ build.mozilla.org:
cd /var/www/html/build/preproduction-clobberer
wget http://hg.mozilla.org/build/tools/raw-file/8163df40bc3a/clobberer/always_clobber.php -O index.php
chmod 664 index.php
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 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
•