Closed Bug 638418 Opened 13 years ago Closed 13 years ago

release_sanity.py should define options.buildNumber as int

Categories

(Release Engineering :: General, defect, P2)

x86
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: rail)

References

Details

Attachments

(1 file)

... otherwise the following line is True even if --build-number set to 1.
if options.buildNumber > 1:

>>> "1" > 1
True
Attached patch toolsSplinter Review
Attachment #516572 - Flags: review?(bhearsum)
Comment on attachment 516572 [details] [diff] [review]
tools

You need to str()-ify this line:
http://hg.mozilla.org/build/tools/file/tip/buildbot-helpers/release_sanity.py#l181

r=me with that fixed on check-in.
Attachment #516572 - Flags: review?(bhearsum) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Blocks: 627271
Depends on: 686263
No longer depends on: 686263
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: