Closed
Bug 741492
Opened 13 years ago
Closed 8 years ago
mozharness MercurialVCS throws exception when unable to update to tag
Categories
(Release Engineering :: Applications: MozharnessCore, defect, P5)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mozilla, Unassigned)
Details
(Whiteboard: [mozharness])
This pulled the wrong repo, so the tag wasn't there. However, I'd like to give a clear error message here instead.
Traceback (most recent call last):
File "scripts/scripts/mobile_l10n.py", line 453, in <module>
single_locale.run()
File "/builds/slave/rel-m-aurora-andrd-rpk-2/scripts/mozharness/base/script.py", line 582, in run
self._possibly_run_method(method_name, error_if_missing=True)
File "/builds/slave/rel-m-aurora-andrd-rpk-2/scripts/mozharness/base/script.py", line 553, in _possibly_run_method
return getattr(self, method_name)()
File "scripts/scripts/mobile_l10n.py", line 262, in pull
tag_override=c.get('tag_override'))
File "/builds/slave/rel-m-aurora-andrd-rpk-2/scripts/mozharness/base/vcs/vcsbase.py", line 70, in vcs_checkout_repos
self.vcs_checkout(**kwargs)
File "/builds/slave/rel-m-aurora-andrd-rpk-2/scripts/mozharness/base/vcs/vcsbase.py", line 55, in vcs_checkout
raise VCSException, "No got_revision from ensure_repo_and_revision()"
mozharness.base.errors.VCSException: No got_revision from ensure_repo_and_revision()
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: General Automation → Mozharness
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•