Bug 1492664 - add {artifact-reference: ..}; r=tomprince
commite860ab892581e005125792f1a0f0c2c8f0931d8f
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 25 Sep 2018 20:26:55 +0000 (25 20:26 +0000)
committerDustin J. Mitchell <dustin@mozilla.com>
Tue, 25 Sep 2018 20:26:55 +0000 (25 20:26 +0000)
tree9ebe972e96a289f52db65b35f3a6cd096464aca6
parent117c8afc21546e99a5f6c1c58d9d2c3252e8ae7e
Bug 1492664 - add {artifact-reference: ..}; r=tomprince

This provides an easy way to encode an artifact URL in static data such as
taskcluster/ci/nightly-l10n/kind.yml, without knowing in advance the format of
the URL.

--HG--
extra : rebase_source : 25c99d392e9b71c514f236379a816fae971e161a
23 files changed:
taskcluster/docs/optimization-process.rst
taskcluster/docs/taskgraph.rst
taskcluster/docs/transforms.rst
taskcluster/taskgraph/morph.py
taskcluster/taskgraph/test/test_util_parameterization.py
taskcluster/taskgraph/transforms/balrog_submit.py
taskcluster/taskgraph/transforms/beetmover.py
taskcluster/taskgraph/transforms/beetmover_checksums.py
taskcluster/taskgraph/transforms/beetmover_emefree_checksums.py
taskcluster/taskgraph/transforms/beetmover_langpack_checksums.py
taskcluster/taskgraph/transforms/beetmover_push_to_release.py
taskcluster/taskgraph/transforms/beetmover_repackage.py
taskcluster/taskgraph/transforms/beetmover_repackage_partner.py
taskcluster/taskgraph/transforms/beetmover_source_checksums.py
taskcluster/taskgraph/transforms/checksums_signing.py
taskcluster/taskgraph/transforms/l10n.py
taskcluster/taskgraph/transforms/repackage.py
taskcluster/taskgraph/transforms/repackage_partner.py
taskcluster/taskgraph/transforms/signing.py
taskcluster/taskgraph/transforms/source_checksums_signing.py
taskcluster/taskgraph/transforms/task.py
taskcluster/taskgraph/util/parameterization.py
taskcluster/taskgraph/util/schema.py