gecko-dev/taskcluster/docker/python-dependency-update
Simon Fraser d8029a3fe7 Bug 1643661 Fix shell quoting with hg commands r=mtabara
shellcheck will moan about this, as it's potentially unsafe

Differential Revision: https://phabricator.services.mozilla.com/D78486
2020-06-05 12:06:21 +00:00
..
scripts Bug 1643661 Fix shell quoting with hg commands r=mtabara 2020-06-05 12:06:21 +00:00
Dockerfile
README.md
runme.sh
setup.sh

README.md

==Python Dependency Updates==

This docker image contains the necessary dependencies and scripts to update in-tree requirement.txt produced by pip-compile --generate-hashes, produce a diff, and submit it to Phabricator.

==Quick Start==

docker build -t python-dependency-update --no-cache --rm .

docker run -e PYTHON3="1" -e BRANCH="mozilla-central" -e REQUIREMENTS_FILE="taskcluster/docker/funsize-update-generator/requirements.in" python-dependency-update