index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2022-09-17 10:20:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-17 10:20:55 +0200 |
commit | 45e83950957614c2fe3a98b5ee8cc8b834cc3d98 (patch) | |
tree | 129ffc8909bf8bbebc029bacd904a56c45d68add | |
parent | 6582e665009ba6c4955ee96c700ffdcece955243 (diff) |
-rwxr-xr-x | conf/master.conf.example | 2 | ||||
-rwxr-xr-x | conf/slave.conf.example | 2 |
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" |