author | Johan Lorenzo <jlorenzo@mozilla.com> |
Wed, 16 May 2018 18:45:02 +0200 | |
changeset 418836 | 940433abb9cff51c148dc0a82f6205a0116ecf43 |
parent 418835 | 2755492fe3d1daa9dd6066b049bc7bb5941b28e9 |
child 418837 | 0966e7c6f775ef9081be6e946e5120c69f713abc |
push id | 34014 |
push user | aciure@mozilla.com |
push date | Fri, 18 May 2018 22:04:52 +0000 |
treeherder | mozilla-central@b54f574a1dd2 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gps |
bugs | 1459980 |
milestone | 62.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- 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"]