Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconf/master.conf.example2
-rwxr-xr-xconf/slave.conf.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/master.conf.example b/conf/master.conf.example
index 2234dfd..1afddbb 100755
--- a/conf/master.conf.example
+++ b/conf/master.conf.example
@@ -3,7 +3,7 @@
# configurable variables used on the build master
# default values are given as comments
-# To change variables from their default, copy this file to common.conf,
+# To change variables from their default, copy this file to master.conf,
# uncomment and change the desired variables.
#repo_key='0xdeadbeef'
diff --git a/conf/slave.conf.example b/conf/slave.conf.example
index 3704e23..5f4cf92 100755
--- a/conf/slave.conf.example
+++ b/conf/slave.conf.example
@@ -3,7 +3,7 @@
# configurable variables used on the build slaves
# default values are given as comments
-# To change variables from their default, copy this file to common.conf,
+# To change variables from their default, copy this file to slave.conf,
# uncomment and change the desired variables.
#master_build_server="buildmaster.archlinux32.org"