Skip to content

Commit

Permalink
ansible/docker-hg-web: remove dependencies and upgrade; r=sheehan
Browse files Browse the repository at this point in the history
It should be harmless to run the latest versions of these packages.

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
indygreg committed Nov 1, 2018
1 parent 7f0d49f commit 815cab5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/docker-hg-web/files/requirements-mozbuild.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
--find-links https://s3-us-west-2.amazonaws.com/moz-packages/pypi/index.html

jsmin==2.1.2
Mercurial==4.7.2
mozbuild==0.2
mozfile==1.2
15 changes: 11 additions & 4 deletions ansible/roles/docker-hg-web/files/requirements-mozbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
#
# pip-compile --generate-hashes --output-file ansible/roles/docker-hg-web/files/requirements-mozbuild.txt ansible/roles/docker-hg-web/files/requirements-mozbuild.in
#
jsmin==2.1.2 \
--hash=sha256:5e710e9db14f210dfd55ebec43bca5c812d34c5b6179dbcba2e61d9f965bf4e1
jsmin==2.2.2 \
--hash=sha256:b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b \
# via mozbuild
mercurial==4.7.2 \
--hash=sha256:97f0594216f2348a2e37b2ad8a56eade044e741153fee8c584487e9934ca09fb \
--hash=sha256:b289ee0f56a1089716d22acecce12620c841d83e4ea5c6725006ce78c56f2a31 \
--hash=sha256:c5857460b9e1d1f65ccb94deecb5b103acdafbf4755f473d6d340e102082d65e
mozbuild==0.2 \
--hash=sha256:24227608fc3c735fbb5c629d0540a600368c1d5e57013dd39272a0a5c9cccb13
mozfile==1.2 \
--hash=sha256:d3b00f336c6a89449bd78dd3ae65d74eb98497438d1ccfec07af0a736d20e957
mozfile==2.0.0 \
--hash=sha256:22a43f3bc320c3bda27e54b293c23a51660f4a00ec6959ab70ca6136d702f578 \
--hash=sha256:7355643fca705f43d9412d444fb59588fbbd25f0d1e7592b9482f84e3d23bc8e \
# via mozbuild
six==1.11.0 \
--hash=sha256:70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9 \
--hash=sha256:832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb \
# via mozfile

0 comments on commit 815cab5

Please sign in to comment.