From: Sage Weil Date: Mon, 24 Aug 2009 17:56:35 +0000 (-0700) Subject: upload tarball with 'stable' deb X-Git-Tag: v0.14~145 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1d7726ea9ca381f8d89fbefd1479dd7736e230c3;p=ceph.git upload tarball with 'stable' deb --- diff --git a/build_upload_debian_packages.sh b/build_upload_debian_packages.sh index 471ebd31eb4..227360df2bf 100755 --- a/build_upload_debian_packages.sh +++ b/build_upload_debian_packages.sh @@ -54,6 +54,9 @@ cd .. # upload rsync -v --progress *$arch.{deb,changes} sage@ceph.newdream.net:debian/dists/$repo/main/binary-$arch rsync -v --progress ceph_* sage@ceph.newdream.net:debian/dists/$repo/main/source +if [ "$repo" == "stable" ]; then + scp ceph-$vers.tar.gz sage@ceph.newdream.net:ceph.newdream.net/downloads +fi # rebuild index ssh sage@ceph.newdream.net build_debian_repo.sh \ No newline at end of file