gecko-dev/taskcluster/docker/pipfile-updates
Ben Hearsum 9d82e727e0 bug 1477021: create a docker image that can update Pipfile.lock, and attach diffs to phabricator. r=sfraser
--HG--
extra : rebase_source : 15c8c6ea7f2124863f8e9198a6962cbb37a28ab2
2018-07-26 08:54:45 -04:00
..
scripts
Dockerfile
README.md
runme.sh
setup.sh

==Pipfile Updates==

This docker image contains the necessary dependencies and scripts to update in-tree Pipfile.lock's, produce a diff, and submit it to Phabricator.

==Quick Start==

docker build -t pipfile-update --no-cache --rm .

docker run -e PYTHON3="1" -e BRANCH="mozilla-central" -e PIPFILE_DIRECTORY="taskcluster/docker/funsize-update-generator" pipfile-update