Closed
Bug 862438
Opened 12 years ago
Closed 12 years ago
replace_corrupted_hg_master requires abs path to repo
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: hwine)
References
Details
(Whiteboard: [re-vcs-sync])
Attachments
(1 file)
|
3.10 KB,
patch
|
mozilla
:
review+
hwine
:
checked-in+
|
Details | Diff | Splinter Review |
absolute path to repo required, but not enforced.
Drop requirement or enforce
Several changes:
1. use absolute paths for repositories
2. remove extra repository verifications that have not been needed. We understand the root cause better, and no longer need that double check. They take a lot of time to run.
3. be more cautious in saving copies of key files, such as the git-mapfile
Has been run successfully with these changes.
Comment 2•12 years ago
|
||
Comment on attachment 746475 [details] [diff] [review]
force absolute path
I'll take your word on it for the abs_path logic.
Attachment #746475 -
Flags: review?(aki) → review+
Comment on attachment 746475 [details] [diff] [review]
force absolute path
http://hg.mozilla.org/users/hwine_mozilla.com/repo-sync-tools/rev/a9acfcc24eed
deployed to all production boxes
Attachment #746475 -
Flags: checked-in+
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•