From abf8c07d1ebc117d29eb461e81b4abe02a144b53 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 29 Jul 2022 12:49:47 -0400 Subject: [PATCH] scripts: Automate pushing tarballs to d.c.c Signed-off-by: David Galloway --- scripts/sync-pull | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/sync-pull b/scripts/sync-pull index c2d436f7..b325e61c 100644 --- a/scripts/sync-pull +++ b/scripts/sync-pull @@ -70,6 +70,8 @@ for el_version in 7 8; do rsync -Lavh -e 'ssh -p 2222' --progress $el_cmd done +ssh signer@download.ceph.com "/home/signer/bin/get-tarballs.sh $release $sha1 $version" + if $need_rerun; then echo echo "********************************************" -- 2.39.5