__init__.py |
|
199 |
merge.py |
Look up tasks via reference loader at reference-base-path using the list
reference-tasks-from, followed by tasks-from.
This loader has been tested with "fetch" tasks successfully. Anything else
is likely to have bugs.
|
1206 |
reference.py |
Given the list of all "reference-tasks" pulled in from upstream, return a
set with all task names and aliases.
For example "linux64-clang" is an alias of "linux64-clang-13", and both
of those names will be included in the returned set. |
3367 |