summaryrefslogtreecommitdiff
path: root/conf/common.conf.example
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-25 10:50:24 +0200
committerErich Eckner <git@eckner.net>2018-05-25 10:50:24 +0200
commit80103377b779450c3a470ddaa2d620c9fdf75491 (patch)
tree9f73ce05f392fbb5c8ef16f27faf055f93cb77ed /conf/common.conf.example
parent673592f9fd24a26565fc6ebfbd4db6832d4b2b38 (diff)
downloadbuilder-80103377b779450c3a470ddaa2d620c9fdf75491.tar.xz
conf/default.conf -> lib/load-configuration; conf/local.conf -> conf/{common,master,slave}.conf
Diffstat (limited to 'conf/common.conf.example')
-rwxr-xr-xconf/common.conf.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/common.conf.example b/conf/common.conf.example
new file mode 100755
index 0000000..a26a82a
--- /dev/null
+++ b/conf/common.conf.example
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# configurable variables used on the build slaves and on the build master
+# default values are given as comments
+
+# To change variables from their default, copy this file to common.conf,
+# uncomment and change the desired variables.
+
+#work_dir="${base_dir}/work"
+
+#repo_names='packages community archlinux32'
+#repo_paths__packages="${work_dir}/repos/packages"
+#repo_paths__community="${work_dir}/repos/community"
+#repo_paths__archlinux32="${work_dir}/repos/packages32"