gecko-dev/taskcluster/docker/funsize-update-generator
2019-03-25 11:07:49 +00:00
..
scripts Bug 1532236 Reinsert awscli, required for partials caching r=mtabara 2019-03-11 10:44:36 +00:00
dep.pubkey
Dockerfile Bug 1512065 Remove ClamAV scanning from partials input r=tomprince 2018-12-05 16:41:03 +00:00
Makefile
nightly_sha1.pubkey
nightly_sha384.pubkey
Pipfile Bug 1532236 Reinsert awscli, required for partials caching r=mtabara 2019-03-11 10:44:36 +00:00
Pipfile.lock No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser 2019-03-25 11:07:49 +00:00
README Bug 1522538 Adjust working area setup for partials r=mtabara 2019-02-04 18:40:10 +00:00
release_sha1.pubkey
release_sha384.pubkey
runme.sh Bug 1508381 - use rootUrl style with taskcluster-proxy r=tomprince 2019-03-12 20:38:42 +00:00

To run this locally for testing/development purposes:

1. Find a funsize generating task ID
2. make pull DOCKERIO_USERNAME=mozillareleases
3. docker run -t -e TASKCLUSTER_ROOT_URL="https://taskcluster.net" -e SHA1_SIGNING_CERT='nightly_sha1' -e SHA384_SIGNING_CERT='nightly_sha384' -e TASK_ID="${TASK_ID}" -e EXTRA_PARAMS="--arch=x86_64"  mozillareleases/funsize-update-generator /runme.sh

The TASK_ID should be a recent "partials" Task.