From: Dan Mick Date: Mon, 27 Nov 2023 23:43:26 +0000 (-0800) Subject: Allow specifying '-' to sync only one version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3aba23282e35a8059ed55534cf7a65bcfc43880;p=ceph-build.git Allow specifying '-' to sync only one version Signed-off-by: Dan Mick --- 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/"