From: Sage Weil Date: Wed, 5 Aug 2009 22:42:15 +0000 (-0700) Subject: debian: fix typo in build script X-Git-Tag: v0.13~123^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c49fd9abbb4e3dccde49e92bfec1cb998534453f;p=ceph.git debian: fix typo in build script --- diff --git a/build_upload_debian_packages.sh b/build_upload_debian_packages.sh index 1ca9d01def7e..471ebd31eb4f 100755 --- a/build_upload_debian_packages.sh +++ b/build_upload_debian_packages.sh @@ -53,7 +53,7 @@ cd .. # upload rsync -v --progress *$arch.{deb,changes} sage@ceph.newdream.net:debian/dists/$repo/main/binary-$arch -rsync -v --progress ceph_* sag@ceph.newdream.net:debian/dists/$repo/main/source +rsync -v --progress ceph_* sage@ceph.newdream.net:debian/dists/$repo/main/source # rebuild index ssh sage@ceph.newdream.net build_debian_repo.sh \ No newline at end of file