Closed
Bug 1730959
Opened 4 years ago
Closed 4 years ago
./mach vendor --check-for-update fails on < Python 3.7
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, defect)
Developer Infrastructure
Mach Vendor & Updatebot
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
This is because logging.disable() only has a default value for the level argument in Python 3.7+
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → tom
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9241421 -
Attachment is obsolete: true
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/77133d675fc8
Provide a level for logging.disable in mach vendor r=jewilde
Comment 4•4 years ago
|
||
bugherder |
Assignee | ||
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-firefox94:
fixed → ---
Component: General → Mach Vendor & Updatebot
Product: Release Engineering → Developer Infrastructure
Assignee | ||
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
•