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 9d568c3 commit d7fdfc0Copy full SHA for d7fdfc0
pushpkg/pushpkg
@@ -48,7 +48,7 @@ Usage:
48
49
Options:
50
51
- -c: [COMPONENT]: (Optional) Repository component (main, bsp-sunxi, etc.)
+ -c [COMPONENT]: (Optional) Repository component (main, bsp-sunxi, etc.)
52
Falls back to "main" if not specified.
53
-d: pushpkg after clean OUTPUT directory
54
-v: ssh and rsync verbose
@@ -77,5 +77,5 @@ for i in debs/*/*; do
77
done
78
79
if [ $AFTER_CLEAN_DIRECTORY = 1 ]; then
80
- rm -rfv ./*
+ sudo rm -rv $(pwd)/debs
81
fi
0 commit comments