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/repository/publish | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 tests/repository/publish (limited to 'tests/repository/publish') diff --git a/tests/repository/publish b/tests/repository/publish deleted file mode 100755 index 5d3d0f1..0000000 --- a/tests/repository/publish +++ /dev/null @@ -1,16 +0,0 @@ -#!/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' \ ---exclude '*' \ -1/ build2.org:/var/bpkg/1/tests/ -- cgit v1.1