Closed
Bug 770958
Opened 13 years ago
Closed 10 years ago
convert MozillaBuildFactory.addMultiLocaleRepoSteps to use hgtool
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: catlee, Unassigned)
References
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/3001] [hgtool])
MozillaBuildFactory.addMultiLocaleRepoSteps currently does a plain hg clone / hg update for cloning locale repositories. This means these steps are prone to failing due to hg/network blips. They should be converted to use hgtool.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
dup of bug 758975?
Reporter | ||
Comment 2•13 years ago
|
||
I don't think so...We have this for loop in factory.py here:
http://hg.mozilla.org/build/buildbotcustom/file/dc9a82c9e50d/process/factory.py#l1041
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Whiteboard: [hgtool] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2991] [hgtool]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2991] [hgtool] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2996] [hgtool]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2996] [hgtool] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/3001] [hgtool]
Comment 3•10 years ago
|
||
I think this was deprecated in favour of a Mozharness script...
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
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
•