diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 20:38:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 20:38:58 +0200 |
commit | af1a90c458819f39156ea9530af29833b5881d10 (patch) | |
tree | a78d92e582fb6fd4f677495115a18ee85a47bad1 /tests/repository/publish.sh | |
parent | af00f71ee83a06fa8bb0066b01e2565619b298ae (diff) |
Use build2.org to host test repositories
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/ |