Closed
Bug 1431902
Opened 7 years ago
Closed 7 years ago
target.json artifact contains improper moz_source_repo property
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla60
People
(Reporter: kats, Assigned: glandium)
Details
Attachments
(1 file)
- Go to https://tools.taskcluster.net/index/artifacts/gecko.v2.mozilla-central.latest.firefox/linux64-st-an-debug which shows the artifacts from the latest static analysis linux64 build.
- Click on the public/build/target.json artifact on the right, this will open the JSON file
- Look at the "moz_source_repo" property value. I would expect it to be something like "https://hg.mozilla.org/mozilla-central/" but instead it looks like a variable substitution gone bad, "MOZ_SOURCE_REPO="
Updated•7 years ago
|
Component: General → Task Configuration
Flags: needinfo?(sphink)
Comment 1•7 years ago
|
||
Not it. (Static analysis builds are not mine, despite sound a lot like the static rooting hazard analysis builds that *are* mine.) But I'm not a bad person to needinfo anyway, as a peer of the static analysis module.
I'm going to bounce this over to glandium on the basis of https://searchfox.org/mozilla-central/source/toolkit/mozapps/installer/packager.mk#122 which appears to be the origin of this line. He touched it in bug 1247162.
Flags: needinfo?(sphink) → needinfo?(mh+mozilla)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mh+mozilla
Flags: needinfo?(mh+mozilla)
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Attachment #8944584 -
Flags: review?(core-build-config-reviews) → review?(cmanchester)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8944584 [details]
Bug 1431902 - Remove spurious MOZ_SOURCE_REPO= after bug 1247162.
https://reviewboard.mozilla.org/r/214746/#review220412
Attachment #8944584 -
Flags: review?(cmanchester) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e9ee14d9dace
Remove spurious MOZ_SOURCE_REPO= after bug 1247162. r=chmanchester
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•