Skip to content

Commit 4cdba83

Browse files
authored
pushpkg: do not overwrite package
1 parent 6dc993b commit 4cdba83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushpkg/pushpkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ if [ -z "$2" ]; then
99
exit 1
1010
fi
1111

12-
rsync -rlOvhze ssh --progress debs/* $1@repo.aosc.io:/mirror/debs/pool/"$2"/main
12+
rsync --ignore-existing -rlOvhze ssh --progress debs/* $1@repo.aosc.io:/mirror/debs/pool/"$2"/main

0 commit comments

Comments
 (0)