gecko-dev/taskcluster/docker/funsize-update-generator
ffxbld 5ea71911af No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D51575

--HG--
extra : moz-landing-system : lando
2019-11-04 12:49:16 +00:00
..
scripts Bug 1567642 - [lint.flake8] Fix misc flake8 under Python 3 lint issues r=gbrown 2019-09-24 14:44:01 +00:00
Dockerfile Bug 1512065 Remove ClamAV scanning from partials input r=tomprince 2018-12-05 16:41:03 +00:00
Makefile
Pipfile Bug 1566070 Remove references to datadog from partials r=mtabara 2019-07-22 07:11:45 +00:00
Pipfile.lock No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser 2019-11-04 12:49:16 +00:00
README Bug 1522538 Adjust working area setup for partials r=mtabara 2019-02-04 18:40:10 +00:00
dep.pubkey
nightly_sha1.pubkey
nightly_sha384.pubkey
release_sha1.pubkey
release_sha384.pubkey
runme.sh Bug 1580449 Update '! -z' to '-n' for shellcheck guidelines r=mtabara 2019-09-11 11:07:29 +00:00

README

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.