Closed
Bug 1674897
Opened 5 years ago
Closed 5 years ago
Raise an error if the verify-updatebot script can't find a non-public revision
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, enhancement)
Developer Infrastructure
Mach Vendor & Updatebot
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The script assumes that it will be able to find the patches it needs to examine in the !public() query. If it doesn't find any such patches there, the assumption is wrong and we need to investigate that.
| Assignee | ||
Comment 1•5 years ago
|
||
If we don't find any revisions in !public() - when run on autoland - then the
assumptions of the script are incorrect and we may have changed something, such
that the script starts silently succeeding even though it's not checking anything.
Pushed by asasaki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83ef3bc23fc9
Potentially raise an error in the updatebot verification script r=aki DONTBUILD
Comment 3•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•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-firefox84:
fixed → ---
Component: General → Mach Vendor & Updatebot
Product: Release Engineering → Developer Infrastructure
| Assignee | ||
Comment 5•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
•