Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support fetches in
dependencies_dummy
The fix for mozilla#653 is going to involve dummy tasks that copy artifacts from their upstreams. To support this, we need our little helper transform to do a few things: * Allow for one fewer upstream dependency, to make room for a `docker-image` task upstream * Be able to add `fetches` entries for the tasks upstream of it * Store any fetched artifact names in `attributes`, to allow tasks _downstream_ of a dummy to easily find all artifacts that the dummy will republish I consider the last part fairly hacky, but couldn't come up with anything better.
- Loading branch information