build: add old-args opt to rsync options
Temporary workaround for rsync versions higher than 3.2.3. *makes confused unga bunga sounds*
This commit is contained in:
parent
07942c4e1c
commit
fcd6870734
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ REPO_PATH=/var/lib/repo/${REPO_NAME}
|
|||
REMOTE_USER=$(shell pass rsyncd/mirror-${REPO_NAME}-user)
|
||||
REMOTE_HOST=$(shell pass rsyncd/mirror-${REPO_NAME}-host)
|
||||
REMOTE_PATH=${REPO_NAME}
|
||||
RSYNC_OPTS=-lrhvPt --delete
|
||||
RSYNC_OPTS=-lrhvPt --delete --old-args
|
||||
RSYNC_OPTS_DRY=${RSYNC_OPTS} --dry-run
|
||||
RSYNC_PASSWORD=$(shell pass rsyncd/mirror-${REPO_NAME})
|
||||
|
||||
|
|
Loading…
Reference in a new issue