Closed Bug 824957 Opened 12 years ago Closed 11 years ago

verify format of desktop releases' changesets file

Categories

(Release Engineering :: Release Automation: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

Details

(Whiteboard: [shipit])

Attachments

(2 files)

We do this for the mobile JSON changesets, but don't have a similar check for Firefox
Attachment #696338 - Flags: review?(catlee)
Attachment #696337 - Flags: review?(catlee) → review+
Attachment #696338 - Flags: review?(catlee) → review+
Landed in http://git.mozilla.org/?p=build/release-kickoff.git;a=commit;h=2f372f772acf6737691b96502fb797fdc8584bd3.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Attachment #696338 - Flags: checked-in+
Attachment #696337 - Flags: checked-in+
Whiteboard: [kickoff] → [shipit]
Product: mozilla.org → Release Engineering
Comment on attachment 696337 [details] [diff] [review]
separate plain text changesets parsing into a function

Review of attachment 696337 [details] [diff] [review]:
-----------------------------------------------------------------

Just found a (very small) bug in this patch...

Pete

::: lib/python/release/l10n.py
@@ +61,3 @@
>              if revision == 'FIXME':
>                  raise Exception('Found FIXME in %s for locale "%s"' % \
>                                  (fileName, locale))

The variable "fileName" (above) no longer exists, because the function definition changed from:

getL10nRepositories(fileName, l10nRepoPath, relbranch=None)
to
getL10nRepositories(changesets, l10nRepoPath, relbranch=None)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Opened bug 937175 for this issue instead.
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: