Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-09-17 10:20:55 +0200
committerErich Eckner <git@eckner.net>2022-09-17 10:20:55 +0200
commit45e83950957614c2fe3a98b5ee8cc8b834cc3d98 (patch)
tree129ffc8909bf8bbebc029bacd904a56c45d68add
parent6582e665009ba6c4955ee96c700ffdcece955243 (diff)
conf/*.example: fix comment about how to rename file
-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"