Closed Bug 658377 Opened 14 years ago Closed 14 years ago

windows mobile single-repo single-locale repacks broken

Categories

(Release Engineering :: General, defect)

All
Windows Server 2003
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

Details

Attachments

(1 file)

We're currently calling it via ['bash', 'scripts/scripts/l10n/nightly_mobile_repacks.sh', 'win32', 'mozilla/production_config.py', '', '6', '1'] The empty '' is supposed to be the mobile repo name. Windows is ignoring it and assuming '6' is the mobile repo name, and breaking. The cleanest way around this is probably to use options rather than rely on argument positioning. A slightly less clean alternative might be to use a special word, e.g. 'NONE', and treating that as the non-mobile-repo flag. Another option is to put the '' at the end, which will probably work, but feels a bit dirtier than the above two to me. A fourth set of options involve changing quoting which seems like multi-platform unhappiness plus dirtiness; I'm ruling this out to start with.
This workaround will go away once 5.0 ships (4.0 EOL)... we need something to work for the next 6 weeks or so.
Comment on attachment 533842 [details] [diff] [review] add options to nightly_mobile_repacks.sh This will require buildbotcustom/misc.py changes; getting review for the script first.
Attachment #533842 - Flags: review?(bhearsum)
Attachment #533842 - Flags: review?(bhearsum) → review+
John Ford fixed this by removing mobile repo support.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: