Closed
Bug 554438
Opened 15 years ago
Closed 15 years ago
Use Mercurial source class for l10n repacks
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 591757
People
(Reporter: armenzg, Unassigned)
Details
(Whiteboard: [l10n])
Instead of using:
WithProperties('if [ -d '+self.origSrcDir+' ]; then ' +
'hg -R '+self.origSrcDir+' pull -r default ;'+
'else ' +
'hg clone ' +
'http://'+self.hgHost+'/'+self.repoPath+' ' +
self.origSrcDir+' ; ' +
'fi ' +
'&& hg -R '+self.origSrcDir+' update -r %(en_revision)s')],
We won't get to this anytime soon.
Reporter | ||
Updated•15 years ago
|
Whiteboard: [l10n]
Comment 1•15 years ago
|
||
The dup source bug describes a cleaner solution that is now required.
[triage]
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•