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