We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc993b commit 4cdba83Copy full SHA for 4cdba83
pushpkg/pushpkg
@@ -9,4 +9,4 @@ if [ -z "$2" ]; then
9
exit 1
10
fi
11
12
-rsync -rlOvhze ssh --progress debs/* $1@repo.aosc.io:/mirror/debs/pool/"$2"/main
+rsync --ignore-existing -rlOvhze ssh --progress debs/* $1@repo.aosc.io:/mirror/debs/pool/"$2"/main
0 commit comments