Closed
Bug 1430823
Opened 7 years ago
Closed 7 years ago
Correctly link to source kind in task metadata.
Categories
(Thunderbird :: Build Config, enhancement)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 59.0
People
(Reporter: tomprince, Assigned: tomprince)
References
Details
Attachments
(2 files)
Paths like
https://hg.mozilla.org/mozilla-central/file/<rev>/comm/taskcluster/ci/build-signing
don't exist, and should instead be
https://hg.mozilla.org/comm-central/file/<rev>/taskcluster/ci/build-signing
This causes failures of build signing on comm-central, as scriptworker uses those to verify the repository of signing tasks.
Comment 1•7 years ago
|
||
Comment on attachment 8942943 [details]
Bug 1430823: Correctly link to source kind in task metadata; r?dustin
Dustin J. Mitchell [:dustin] has approved the revision.
https://phabricator.services.mozilla.com/D399#9596
Attachment #8942943 -
Flags: review+
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c8137f45cf3a
Correctly link to source kind in task metadata; r=dustin
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 59.0
Comment 4•7 years ago
|
||
This broke mach bootstrap
> AttributeError: 'dict' object has no attribute 'file_url'
Status: RESOLVED → REOPENED
Flags: needinfo?(mozilla)
Resolution: FIXED → ---
Comment 5•7 years ago
|
||
Comment on attachment 8943348 [details]
Bug 1430823: Pass in `Parameters` to `load_kinds` in `mach artifact toolchain`; r=dustin
Dustin J. Mitchell [:dustin] has approved the revision.
https://phabricator.services.mozilla.com/D409#9708
Attachment #8943348 -
Flags: review+
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3a8491857651
Pass in `Parameters` to `load_kinds` in `mach artifact toolchain`; r=dustin
Assignee | ||
Comment 7•7 years ago
|
||
`mach bootstrap` should be fixed on inbound
Flags: needinfo?(mozilla)
Comment 8•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•