From: Sage Weil Date: Fri, 4 Dec 2009 20:07:18 +0000 (-0800) Subject: debian: only upload tarball whem building amd64 X-Git-Tag: v0.19~297 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d97239b2d8de9889eba5517ddb8c8f96cdde42b;p=ceph.git debian: only upload tarball whem building amd64 For some reason lenny32-packager includes binaries in the 'make dist' tarball. Lame. --- diff --git a/build_upload_debian_packages.sh b/build_upload_debian_packages.sh index 013a82d8f21..76d76a8cb4c 100755 --- a/build_upload_debian_packages.sh +++ b/build_upload_debian_packages.sh @@ -62,7 +62,7 @@ EOF tar zcf ceph-$finalvers.tar.gz ceph-$finalvers fi; -if [ "$repo" == "stable" ]; then +if [ "$repo" == "stable" && "$arch" == "amd64" ]; then scp ceph-$vers.tar.gz sage@ceph.newdream.net:ceph.newdream.net/downloads fi