Closed
Bug 634270
Opened 14 years ago
Closed 13 years ago
separate stage -> signing machine download from unsigned-buildN -> signed-buildN rsync
Categories
(Release Engineering :: Release Requests, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
References
Details
Currently these are both run in the same Makefile target and *both* are skipped if check_unsigned_dir() passes. This means that if something fails to sync to signed-buildN, we won't reattempt it when the "autosign" target is run again. The simple fix to this is separating these into separate targets so that the unsigned -> signed sync is always done.
I've never seen this happen in production, but when doing testing of signing script changes in staging it can easily happen. So, not super urgent.
Comment 1•13 years ago
|
||
Most likely caused bug 684434 .
Updated•13 years ago
|
Blocks: hg-automation
Updated•13 years ago
|
Component: Release Engineering → Release Engineering: Releases
Priority: P3 → P5
QA Contact: release → bhearsum
Reporter | ||
Comment 2•13 years ago
|
||
Not worth fixing now that we're using signing servers.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•