Bug 1291365 - Remove hgrc file from desktop1604-test image; r=dustin draft
authorGregory Szorc <gps@mozilla.com>
Fri, 05 Aug 2016 16:01:38 -0700
changeset 398121 c11b055d82706d9aa0a477a499391fef617a1188
parent 398120 f7d04c7259a3ecd9fc3a9d2ea022e4c6013a0a0f
child 527594 83188da3b8066d2b33ccb87503d3c95b06901c50
push id25452
push userbmo:gps@mozilla.com
push dateMon, 08 Aug 2016 18:58:02 +0000
reviewersdustin
bugs1291365
milestone51.0a1
Bug 1291365 - Remove hgrc file from desktop1604-test image; r=dustin This was likely a cargo cult. Mercurial's config is now managed by install-mercurial.sh, which is called by the base image. MozReview-Commit-ID: 3uNN880cm2f
testing/docker/desktop1604-test/Dockerfile
testing/docker/desktop1604-test/dot-files/hgrc
--- a/testing/docker/desktop1604-test/Dockerfile
+++ b/testing/docker/desktop1604-test/Dockerfile
@@ -1,15 +1,14 @@
 FROM          taskcluster/ubuntu1604-test:0.1.3
 MAINTAINER    Joel Maher <joel.maher@gmail.com>
 
 # Add utilities and configuration
 COPY           dot-files/config              /home/worker/.config
 COPY           dot-files/pulse               /home/worker/.pulse
-COPY           dot-files/hgrc                /home/worker/.hgrc
 COPY           bin                           /home/worker/bin
 RUN            chmod +x bin/*
 # TODO: remove this when buildbot is gone
 COPY           buildprops.json               /home/worker/buildprops.json
 COPY           tc-vcs-config.yml /etc/taskcluster-vcs.yml
 
 # TODO: remove
 ADD            https://raw.githubusercontent.com/taskcluster/buildbot-step/master/buildbot_step /home/worker/bin/buildbot_step
deleted file mode 100644
--- a/testing/docker/desktop1604-test/dot-files/hgrc
+++ /dev/null
@@ -1,12 +0,0 @@
-[diff]
-showfunc = 1
-unified = 8
-
-[extensions]
-color =
-pager =
-progress =
-rebase =
-
-[web]
-cacerts = /etc/ssl/certs/ca-certificates.crt