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 277ded3 commit 576fec4Copy full SHA for 576fec4
pushpkg/pushpkg
@@ -72,7 +72,7 @@ rsync ${ARGS_RSYNC} -rlOvhze ssh --progress --exclude-from "$NOARCH_LIST_PATH" .
72
rsync ${ARGS_RSYNC} -rlOvhze ssh --progress --ignore-existing --files-from "$NOARCH_LIST_PATH" . "${USERNAME}@repo.aosc.io:/mirror/debs/pool/${BRANCH}/${COMPOMENT}/"
73
popd
74
75
-rm -v "$NOARCH_LIST_PATH" "$NOT_NOARCH_LIST_PATH"
+rm -v "$NOARCH_LIST_PATH"
76
77
if [ $AFTER_CLEAN_DIRECTORY = 1 ]; then
78
sudo rm -rv "$OUTPUT_DIR"
0 commit comments