Bug 1130778 - Update tc-vcs 2.20 to ensure use of git.mo mirror of repo r=me a=taskcluster-only

--HG--
extra : rebase_source : e67b6ca85c5551ba0b4eb8006474f0dfcd6c7ab5
This commit is contained in:
jlal@mozilla.com 2015-02-09 23:39:50 -08:00
parent 53a425f78d
commit a2d45d3cf5
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ RUN git config --global user.email "docker@docker.com" && \
git config --global user.name "docker"
# VCS Tools
RUN npm install -g taskcluster-vcs@2.1.2
RUN npm install -g taskcluster-vcs@2.2.0
# Add bin tools last as they are most likely to change
COPY bin /home/worker/bin

View File

@ -1 +1 @@
0.3.0
0.3.1

View File

@ -16,7 +16,7 @@ RUN chmod u+x /home/worker/bin/buildbot_step
RUN pip install virtualenv;
RUN mkdir Documents; mkdir Pictures; mkdir Music; mkdir Videos; mkdir artifacts
RUN chown -R worker:worker /home/worker/* /home/worker/.*
RUN npm install -g taskcluster-vcs@2.1.3
RUN npm install -g taskcluster-vcs@2.2.0
ENV PATH $PATH:/home/worker/bin
# TODO Re-enable worker when bug 1093833 lands

View File

@ -1 +1 @@
0.0.13
0.0.14