From dfb79081b1624dc9c019b02468e59c0fd10e6330 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 17 Mar 2014 12:36:15 +0000 Subject: Import distbuild configuration files into definitions.git These files should be installed into distbuild worker and controller systems using the install-files configure extension, by adding the following line in the cluster morphology. INSTALL_FILES: distbuild/manifest These files were previously in the internal Codethink chunk repo 'distbuild-setup', and were installed by a Makefile. --- .../systemd/system-generators/ccache-nfs-mount-generator | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 distbuild/lib/systemd/system-generators/ccache-nfs-mount-generator (limited to 'distbuild/lib') diff --git a/distbuild/lib/systemd/system-generators/ccache-nfs-mount-generator b/distbuild/lib/systemd/system-generators/ccache-nfs-mount-generator new file mode 100755 index 00000000..127bc84f --- /dev/null +++ b/distbuild/lib/systemd/system-generators/ccache-nfs-mount-generator @@ -0,0 +1,16 @@ +#!/bin/sh +read trove_host "$1/srv-distbuild-ccache.mount" <