signing.rst (670B)
1 Signing Transforms 2 ================== 3 4 Signing kinds are passed a single dependent job (from its kind dependency) to act 5 on. 6 7 The transforms in ``taskcluster/gecko_taskgraph/transforms/signing.py`` implement 8 this common functionality. They expect a "signing description", and produce a 9 task definition. The schema for a signing description is defined at the top of 10 ``signing.py``, with copious comments. 11 12 In particular you define a set of upstream artifact urls (that point at the 13 dependent task) and can optionally provide a dependent name (defaults to build) 14 for use in ``task-reference``/``artifact-reference``. You also need to provide 15 the signing formats to use.