diff options
Diffstat (limited to 'tests/repository/publish.sh')
-rwxr-xr-x | tests/repository/publish.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/repository/publish.sh b/tests/repository/publish.sh deleted file mode 100755 index 2124ead..0000000 --- a/tests/repository/publish.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Some commonly useful addtional options that can be specified via the -# command line: -# -# --dry-run -# --progress -# -rsync -v -rlpt --exclude '.*' --copy-unsafe-links --prune-empty-dirs \ ---delete-after $* 1/ pkg.cppget.org:/var/bpkg/tests/1/ |