Bug 1250904 - Add an hgrc for 'worker' user in testing/docker/desktop-test, r?armenzg draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Fri, 27 May 2016 10:25:14 -0400
changeset 373232 b242ed563cedd7297b2babd0ff371e225087ccdc
parent 373231 9ff2973f162d2753fc9135e44b39f4e01eace722
child 373233 a7b0ff42a1daf7a0da0253dcc3abd6f223afd7f7
push id19716
push userahalberstadt@mozilla.com
push dateTue, 31 May 2016 13:57:00 +0000
reviewersarmenzg
bugs1250904
milestone49.0a1
Bug 1250904 - Add an hgrc for 'worker' user in testing/docker/desktop-test, r?armenzg This creates some defaults, enables common built-in extensions and sets up Ubuntu's CA file for checking host certificates. MozReview-Commit-ID: DzBlVUs9R8I
testing/docker/desktop-test/Dockerfile
testing/docker/desktop-test/dot-files/hgrc
--- a/testing/docker/desktop-test/Dockerfile
+++ b/testing/docker/desktop-test/Dockerfile
@@ -1,14 +1,15 @@
 FROM          taskcluster/ubuntu1204-test-upd:0.1.9.20160329211700
 MAINTAINER    Jonas Finnemann Jensen <jopsen@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
new file mode 100644
--- /dev/null
+++ b/testing/docker/desktop-test/dot-files/hgrc
@@ -0,0 +1,12 @@
+[diff]
+showfunc = 1
+unified = 8
+
+[extensions]
+color =
+pager =
+progress =
+rebase =
+
+[web]
+cacerts = /etc/ssl/certs/ca-certificates.crt