index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/master.conf.example | 4 |
diff --git a/conf/master.conf.example b/conf/master.conf.example index 9624fe3..96631d5 100755 --- a/conf/master.conf.example +++ b/conf/master.conf.example @@ -9,7 +9,7 @@ #repo_key='0xdeadbeef' # to access the master mirror via rsync -#master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password -l' +#master_mirror_rsync_command='rsync --password-file=/home/master/rsync.password -l' #master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sftp @@ -25,7 +25,7 @@ #build_log_directory='/srv/http/build-logs' # irc client configuration -#irc_dir='/home/slave/irc/irc.freenode.net' +#irc_dir='/home/master/irc/irc.freenode.net' #irc_password='top_secret' # list of urls to trigger updates of the respective mirrors |