diff options
Diffstat (limited to 'tests/repository/publish')
-rwxr-xr-x | tests/repository/publish | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/repository/publish b/tests/repository/publish new file mode 100755 index 0000000..df3245b --- /dev/null +++ b/tests/repository/publish @@ -0,0 +1,10 @@ +#!/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/ build2.org:/var/bpkg/1/tests/ |