Bug 1459980 - google-play-strings: pin mozapkpublisher to 0.7.2 r=gps draft
authorJohan Lorenzo <jlorenzo@mozilla.com>
Wed, 16 May 2018 18:45:02 +0200
changeset 796341 af9293b3d6838857c2588aead2ebf774847d7385
parent 795657 3c9d69736f4a421218e5eb01b6571d535d38318a
push id110224
push userbmo:jlorenzo@mozilla.com
push dateThu, 17 May 2018 15:06:08 +0000
reviewersgps
bugs1459980
milestone62.0a1
Bug 1459980 - google-play-strings: pin mozapkpublisher to 0.7.2 r=gps MozReview-Commit-ID: 65Puqafnlkw
taskcluster/docker/google-play-strings/Dockerfile
--- a/taskcluster/docker/google-play-strings/Dockerfile
+++ b/taskcluster/docker/google-play-strings/Dockerfile
@@ -17,14 +17,17 @@ RUN apt-get install -y \
     libxslt1-dev \
     pkg-config \
     python3-dev \
     python3-setuptools
 
 WORKDIR /builds/worker/
 RUN git clone https://github.com/mozilla-releng/mozapkpublisher
 WORKDIR /builds/worker/mozapkpublisher
+# Change hash_for_given_tag to point to a newer tag. For more information, see
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1459980#c3
+RUN git checkout 50750fceb7c0d831cf61cb550af62b2c93e8e755
 RUN python3 setup.py develop
 
 RUN chown -R worker:worker /builds/worker
 
 # Set a default command useful for debugging
 CMD ["/bin/bash", "--login"]