From f3aba23282e35a8059ed55534cf7a65bcfc43880 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 27 Nov 2023 15:43:26 -0800 Subject: [PATCH] Allow specifying '-' to sync only one version Signed-off-by: Dan Mick --- scripts/sync-push | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sync-push b/scripts/sync-push index d0c3ea3b..d7ae37c9 100755 --- a/scripts/sync-push +++ b/scripts/sync-push @@ -30,6 +30,7 @@ ceph_sync() { if $newgen; then version=$(echo $path | cut -d '-' -f2) + release=$(echo $release | cut -d '-' -f1) ssh signer@download.ceph.com "mkdir -p ${prerelease_dir}/debian-$version" deb_cmd="$path/debian/jessie/* signer@download.ceph.com:${prerelease_dir}/debian-$version/" -- 2.39.5