From 7d3e29f153f78476898186e5530823809dccf314 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 26 Jan 2020 09:30:06 +0100 Subject: added another helper script put-packages-onto-mirror (should all go in a manipulate-mirror master script maybe later) --- bin/put-packages-onto-mirror | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bin/put-packages-onto-mirror (limited to 'bin/put-packages-onto-mirror') diff --git a/bin/put-packages-onto-mirror b/bin/put-packages-onto-mirror new file mode 100755 index 0000000..585a740 --- /dev/null +++ b/bin/put-packages-onto-mirror @@ -0,0 +1,15 @@ +#!/bin/sh + +# put local package files from a list onto the master mirror (in +# case they are dangling after a db-update) + +# shellcheck disable=SC2119,SC2120 + +# shellcheck source=../lib/load-configuration +. "${0%/*}/../lib/load-configuration" + +filelist=$1 + +sed 's/\(.*\)/put \1 pool\/\1/' "$filelist" | + failsafe_sftp + -- cgit v1.2.3