зеркало из https://github.com/mozilla/gecko-dev.git
f1bedbea94
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 |
||
---|---|---|
.. | ||
scripts | ||
Dockerfile | ||
README.md | ||
runme.sh | ||
setup.sh |
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