gecko-dev/taskcluster/docker/pipfile-updates
Simon Fraser f1bedbea94 Bug 1617642 Remove pip version restriction & force Python 3.8 for funsize r=jlorenzo
backports.lzma couldn't cleanly be installed because we were now using Python3.8 but hadn't specified that in the Pipfile. Also took the opportunity to remove the pip version restriction which is no longer needed.

Differential Revision: https://phabricator.services.mozilla.com/D63892

--HG--
extra : moz-landing-system : lando
2020-02-25 16:03:16 +00:00
..
scripts Bug 1617642 Remove pip version restriction & force Python 3.8 for funsize r=jlorenzo 2020-02-25 16:03:16 +00:00
Dockerfile
README.md
runme.sh No Bug - Remove taskcluster.net references in the tree. r=aki 2020-01-24 15:52:50 +00:00
setup.sh Bug 1616006 Update Python version in pipfile-update task, and fix deps. r=bhearsum 2020-02-18 14:14:58 +00:00

README.md

==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