Bug 1274765: Upgrade mercurial on docker images. r=garndt

Instead of using mockbuilds-repo to install mercurial, we do so through
pip.
This commit is contained in:
Wander Lairson Costa 2016-05-23 10:45:00 +02:00
parent 67da675dcc
commit f26506fa5c
6 changed files with 6 additions and 7 deletions

View File

@ -58,7 +58,6 @@ RUN yum install -y \
mesa-libGL-devel \
mesa-libGL-devel.i686 \
mozilla-python27 \
mozilla-python27-mercurial \
mpfr-devel.x86_64 \
ncurses-devel.i686 \
ncurses:-devel \
@ -129,7 +128,7 @@ RUN wget --no-check-certificate https://pypi.python.org/packages/source/s/setupt
cd setuptools-1.4.2 && python setup.py install && \
cd - && rm -rf setuptools-1.4.2* && \
curl https://bootstrap.pypa.io/get-pip.py | python - && \
pip install virtualenv
pip install virtualenv mercurial
# Generate machine uuid file
RUN dbus-uuidgen --ensure=/var/lib/dbus/machine-id

View File

@ -1 +1 @@
0.2.10
0.2.11

View File

@ -1,4 +1,4 @@
FROM quay.io/mozilla/b2g-build:0.2.10
FROM quay.io/mozilla/b2g-build:0.2.11
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
ENV VERSION 1.2

View File

@ -1 +1 @@
0.5.12
0.5.13

View File

@ -1,4 +1,4 @@
FROM taskcluster/builder:0.5.12
FROM taskcluster/builder:0.5.13
MAINTAINER Wander Lairson Costa <wcosta@mozilla.com>
ENV SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE /home/worker/socorro.token

View File

@ -1 +1 @@
0.0.25
0.0.26