From b13332c991ce2695626eaca367dd8208b174c9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Apr 2016 17:59:24 +0300 Subject: Add support for repository authentication --- tests/pkg/publish | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tests/pkg/publish (limited to 'tests/pkg/publish') diff --git a/tests/pkg/publish b/tests/pkg/publish new file mode 100755 index 0000000..00453cc --- /dev/null +++ b/tests/pkg/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 '*' \ +1/build2.org/ build2.org:/var/pkg/1/ -- cgit v1.1