We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff912af commit 65fb0ecCopy full SHA for 65fb0ec
services/nomad/build/rsync-update-repo
@@ -33,7 +33,7 @@ run() {
33
34
# copy files to repo
35
msg "Copying new packages to the shadow mirror"
36
- rsync -va "${RSYNC_MODULE_PATH:?}"/ "$TGT_BASE/$TGT/"
+ rsync -va --ignore-existing "${RSYNC_MODULE_PATH:?}"/ "$TGT_BASE/$TGT/"
37
38
for repo in / /bootstrap /debug /nonfree; do
39
process_repo "$repo"
0 commit comments