Closed
Bug 1686629
Opened 5 years ago
Closed 5 years ago
Remove extra / from mach vendor's github url construction
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, defect)
Developer Infrastructure
Mach Vendor & Updatebot
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jewilde, Assigned: jewilde)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
A moz.yaml file with origin: url: "https://api.github.com/user/repository" produces https://api.github.com//repos/user/repository/commits/master causing the http request to 404.
This doesn't get me all the way to being able to successfully vendor a library from github but it does get me one step closer.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c3d811c1d0b2
Remove extra / from mach vendor's github url construction; r=tjr
Comment 3•5 years ago
|
||
Could not land, please rebase.
Comment 4•5 years ago
|
||
| bugherder | ||
Comment 5•4 years ago
|
||
Re-assigning bugs to the new Mach Vendor and Updatebot Component. Guid for this change: ade7b229-ec85-41f8-bafe-9d4451bfeed1
Group: core-security
status-firefox86:
fixed → ---
Component: General → Mach Vendor & Updatebot
Product: Release Engineering → Developer Infrastructure
Comment 6•4 years ago
|
||
A mass updatebot change inadvertently added a security group to bugs. Removing it. Guid for this change: 09d63db4-11a1-4820-a398-d718f112f885
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•