From a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 Feb 2017 00:58:53 +0300 Subject: Port test.sh to testscript --- tests/publish | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tests/publish (limited to 'tests/publish') diff --git a/tests/publish b/tests/publish new file mode 100755 index 0000000..3a6b0d8 --- /dev/null +++ b/tests/publish @@ -0,0 +1,17 @@ +#!/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' \ +--include 'signature' \ +--exclude '*' \ +test/*/pkg/1/build2.org/ build2.org:/var/pkg/1/ -- cgit v1.1