]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
upload tarball with 'stable' deb
authorSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 17:56:35 +0000 (10:56 -0700)
committerSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 17:56:35 +0000 (10:56 -0700)
build_upload_debian_packages.sh

index 471ebd31eb4f74f823fd331872b935c5f0f894d5..227360df2bfc641135174a5ef6d518d0b5130e91 100755 (executable)
@@ -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