index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-11-17 15:45:06 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-17 15:45:06 +0100 |
commit | a4ee58328de27314a858071ac2dfc7b8cd45af2c (patch) | |
tree | 958f1b5153db29aa29cb1f7061676128b48569ae /conf/master.conf.example | |
parent | cdb5e2c694819e3201c335c462883758ce2f5baa (diff) |
-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 |