Closed
Bug 1505634
Opened 7 years ago
Closed 7 years ago
Allow MOZ_ARTIFACT_REVISION to point to mercurial changesets when using git
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
When using artifact builds, one can use the MOZ_ARTIFACT_REVISION
environment variable to force download artifacts from the given
revision.
When the VCS is git, it expects the revision to be a git ref or commit
sha1, which is resolved to a mercurial changeset via git-cinnabar.
It can however be convenient to just point to a given mercurial revision
directly, from, say, try, without pulling it first.
So if the given revision doesn't resolve to an existing git commit,
and it's a complete 40-character sha1, we assume it's a valid mercurial
changeset.
Updated•7 years ago
|
Attachment #9023486 -
Attachment description: Bug 1505634 - Allow MOZ_ARTIFACT_REVISION to point to mercurial changesets when using git. → Bug 1505634 - Allow MOZ_ARTIFACT_REVISION to point to unknown mercurial changesets.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b4b2dcb8de26
Allow MOZ_ARTIFACT_REVISION to point to unknown mercurial changesets. r=nalexander
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•