Closed
Bug 1331388
Opened 9 years ago
Closed 9 years ago
esr45 busted with hgtool.py: error: no such option: --bundle
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Assigned: mtabara)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
1.98 KB,
patch
|
mtabara
:
checked-in+
|
Details | Diff | Splinter Review |
like https://treeherder.mozilla.org/logviewer.html#?job_id=69310237&repo=mozilla-esr45&lineNumber=1860
Usage: hgtool.py [-p|--props-file] [-r|--rev revision] [-b|--branch branch]
07:07:53 INFO - [-s|--shared-dir shared_dir] [--check-outgoing] repo [dest]
07:07:53 INFO - Tool to do safe operations with hg.
07:07:53 INFO - revision/branch on commandline will override those in props-file
07:07:53 INFO - hgtool.py: error: no such option: --bundle
07:07:53 ERROR - Return code: 2
07:07:53 INFO - rmtree: c:\builds\moz2_slave\m-esr45-w64-000000000000000000\build\src
07:07:53 INFO - Using _rmtree_windows ...
07:07:53 INFO - retry: Calling _rmtree_windows with args: ('c:\\builds\\moz2_slave\\m-esr45-w64-000000000000000000\\build\\src',), kwargs: {}, attempt #1
07:07:53 INFO - retry: attempt #5 caught exception: Unable to checkout
| Reporter | ||
Comment 1•9 years ago
|
||
callek pointed out it might be from bug 1247169
Updated•9 years ago
|
Blocks: 1247169
Component: Releases → General Automation
Keywords: regression
QA Contact: rail → catlee
Comment 2•9 years ago
|
||
Looks like we need to remove `hgtool_base_bundle_urls`, https://dxr.mozilla.org/mozilla-esr45/search?q=hgtool_base_bundle_urls&redirect=false
Used in https://dxr.mozilla.org/mozilla-esr45/source/testing/mozharness/mozharness/base/vcs/hgtool.py#101-103
| Assignee | ||
Comment 3•9 years ago
|
||
Attempting a fix for esr45. Approved by :rail in IRC.
https://hg.mozilla.org/releases/mozilla-esr45/rev/03346e0ffaa5
Attachment #8827215 -
Flags: checked-in+
Updated•9 years ago
|
Assignee: nobody → mtabara
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 4•9 years ago
|
||
Thanks for the fix Mihai.
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•