index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-12 11:13:08 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-12 11:13:08 +0200 |
commit | 2948114ebfb687646941e4609a61294b0982e9fe (patch) | |
tree | 7df8de473ef0b14f9b72884aab7f463c2f4fc66c /lib | |
parent | 38de70203b5fcc5016fe122f4a5da1b9beecdd52 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index 92316d9..07ef270 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -44,7 +44,7 @@ repo_key='0xdeadbeef' package_key='0x15eebadc0de' # to access the master mirror via rsync -master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password --copy-dest=/.transfer' +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 sftp |