diff options
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) | |
download | builder-2948114ebfb687646941e4609a61294b0982e9fe.tar.xz |
"--copy-dest" should only be an option in bin/return-assignment copying packages, also "-c" should be used, there
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/load-configuration | 2 |
1 files changed, 1 insertions, 1 deletions
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 |