Closed
Bug 1156278
Opened 10 years ago
Closed 10 years ago
B2GBuild.query_branch() fails if the repo contains a trailing slash
Categories
(Release Engineering :: Applications: MozharnessCore, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
References
Details
(Whiteboard: [spark])
User Story
query_branch() uses the repo base name as the branch name, but if repo contains a trailing slash, it results in an empty string. This is causing balrog submission failures in aries builds [1]. [1] https://tools.taskcluster.net/task-inspector/#hS5BFZKyQ6C9AtaZqL2gVQ/0
Attachments
(1 file, 1 obsolete file)
No description provided.
| Assignee | ||
Comment 2•10 years ago
|
||
/r/7341 - Bug 1156278: Make query_branch() more robust.
Pull down this commit:
hg pull -r 82e00ba4a3d355c6d7952e4b6b4e68789ed4cf65 https://reviewboard-hg.mozilla.org/build-mozharness
Attachment #8594963 -
Flags: review?(nthomas)
Comment 3•10 years ago
|
||
Comment on attachment 8594963 [details]
MozReview Request: bz://1156278/wcosta
https://reviewboard.mozilla.org/r/7339/#review6085
Attachment #8594963 -
Flags: review?(nthomas) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
mozharness production tag moved to: https://hg.mozilla.org/build/mozharness/rev/production
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Whiteboard: [spark]
Updated•10 years ago
|
| Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8594963 -
Attachment is obsolete: true
Attachment #8620095 -
Flags: review+
| Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•