Closed
Bug 1531936
Opened 3 years ago
Closed 3 years ago
Git support for ci-taskgraph
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhentges, Assigned: mhentges)
References
Details
(Whiteboard: [ci/taskgraph])
Attachments
(7 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
We want to apply taskgraph to our mobile products, but they're hosted in git
repositories.
Taskgraph needs to support both Mercurial and Git.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mhentges
Comment 1•3 years ago
|
||
claps with glee
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9053478 -
Attachment description: Bug 1531936 - Adds git support to taskgraph, r=tomprince → Bug 1531936 - Add git support to taskgraph, r=tomprince
Updated•3 years ago
|
Attachment #9053478 -
Attachment description: Bug 1531936 - Add git support to taskgraph, r=tomprince → Bug 1531936 - Adds git support to taskgraph, r=tomprince
Updated•3 years ago
|
Attachment #9053478 -
Attachment description: Bug 1531936 - Adds git support to taskgraph, r=tomprince → Bug 1531936 - Add git support to taskgraph, r=tomprince
Assignee | ||
Comment 3•3 years ago
|
||
This has been testing and merged, though there isn't a production usage of taskgraph
+git yet, so stability may be questionable.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Comment 4•3 years ago
|
||
Output from git commands have trailing newlines. Strip the whitespace
from the output, so consumers don't need to deal with it.
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
Comment 8•3 years ago
|
||
Comment 9•3 years ago
|
||
Updated•3 years ago
|
Whiteboard: [ci/taskgraph]
You need to log in
before you can comment on or make changes to this bug.
Description
•