index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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" |