Closed
Bug 841659
Opened 12 years ago
Closed 12 years ago
manifests for v1.0.0, v1.0.1 have invalid url for l10n repos
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: mozilla)
References
Details
Attachments
(1 file)
2.39 KB,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
filing to track, after quick email w/aki.
The bug is that there's a duplicate releases/ (git.m.o/releases/releases/l10n/...)
Looks like the bug is either here:
http://hg.mozilla.org/build/mozharness/file/48e022f5de22/scripts/b2g_build.py#l509
or here, where _generate_locale_manifest() is called:
http://hg.mozilla.org/build/mozharness/file/48e022f5de22/scripts/b2g_build.py#l602
One possible fix is to change line 602 to:
new_sources.extend(self._generate_locale_manifest(git_base_url=git_base_url))
Assignee | ||
Comment 1•12 years ago
|
||
If this isn't me, don't forget to merge mozharness default -> production to get this fix live.
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → aki
Attachment #715668 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #715668 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 715668 [details] [diff] [review]
fix git l10n manifests
http://hg.mozilla.org/build/mozharness/rev/9a20fc22a8dc , merged to production.
Attachment #715668 -
Flags: checked-in+
Assignee | ||
Comment 4•12 years ago
|
||
Kicked off new nightlies on b2g18 an b2g18_v1_0_1.
Assignee | ||
Comment 5•12 years ago
|
||
Fixed (http://ftp.mozilla.org/pub/mozilla.org/b2g/manifests/1.0.1/2013-02-20-09/source_unagi_2013-02-20-09.xml f/e)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
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
•