index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-30 09:58:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-30 09:58:51 +0200 |
commit | 1df881c55e587c587235ec41a66c6537c21cc8a0 (patch) | |
tree | cfebeacc3825ef5033fb56a8332749783a51dce2 /conf/default.conf | |
parent | a540199a427535b3b477b82a1300956f9b3212af (diff) |
-rwxr-xr-x | conf/default.conf | 4 |
diff --git a/conf/default.conf b/conf/default.conf index 7554e33..100ee33 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -32,8 +32,8 @@ repo_key='0xdeadbeef' package_key='0x15eebadc0de' # to access the master mirror via rsync -master_mirror_command='rsync --password-file=/home/slave/rsync.password' -master_mirror_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' +master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password' +master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' # to access the master mirror via sshfs (needs to be set up in /etc/fstab) master_mirror_sshfs='/mnt/archlinux32' |