Closed
Bug 1850135
Opened 2 years ago
Closed 1 year ago
Clean up comm_taskgraph.files_changed code
Categories
(Thunderbird :: Build Config, task)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
126 Branch
People
(Reporter: rjl, Assigned: rjl)
Details
Attachments
(1 file)
get_changed_files
only checks local files in GECKO
, it should use repository
.
check
should have a way to check GECKO
or COMM
only.
The source_test transform for clang-format would benefit from the code in files_changed
if the above happened; less duplication.
Assignee | ||
Comment 1•1 year ago
|
||
Remove code duplicated in gecko_taskgraph.
Updated•1 year ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 126 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a4d2c9d0c96f
comm_taskgraph.files_changed code cleanup. r=dandarnell
You need to log in
before you can comment on or make changes to this bug.
Description
•