From af1a90c458819f39156ea9530af29833b5881d10 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2016 20:38:58 +0200 Subject: Use build2.org to host test repositories --- tests/repository/publish | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/repository/publish (limited to 'tests/repository/publish') 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/ -- cgit v1.1