summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/recipes/debian-build-system-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/docker/recipes/debian-build-system-setup.sh')
-rw-r--r--taskcluster/docker/recipes/debian-build-system-setup.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/taskcluster/docker/recipes/debian-build-system-setup.sh b/taskcluster/docker/recipes/debian-build-system-setup.sh
new file mode 100644
index 0000000000..de4e04cee7
--- /dev/null
+++ b/taskcluster/docker/recipes/debian-build-system-setup.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+cd /setup || exit
+
+. /setup/common.sh
+. /setup/install-mercurial.sh
+
+rm -rf /setup