Skip to content

Commit 65fb0ec

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/build/build-rsyncd: ignore existing files when moving from incoming
1 parent ff912af commit 65fb0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nomad/build/rsync-update-repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ run() {
3333

3434
# copy files to repo
3535
msg "Copying new packages to the shadow mirror"
36-
rsync -va "${RSYNC_MODULE_PATH:?}"/ "$TGT_BASE/$TGT/"
36+
rsync -va --ignore-existing "${RSYNC_MODULE_PATH:?}"/ "$TGT_BASE/$TGT/"
3737

3838
for repo in / /bootstrap /debug /nonfree; do
3939
process_repo "$repo"

0 commit comments

Comments
 (0)