From 21758878a3b902ba06aaf2945edc626b367f2dbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Oct 2015 12:18:49 +0200 Subject: Rework test script --- tests/repository/publish.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/repository/publish.sh (limited to 'tests/repository/publish.sh') diff --git a/tests/repository/publish.sh b/tests/repository/publish.sh new file mode 100755 index 0000000..2124ead --- /dev/null +++ b/tests/repository/publish.sh @@ -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/ pkg.cppget.org:/var/bpkg/tests/1/ -- cgit v1.1