]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix typo in build script
authorSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 22:42:15 +0000 (15:42 -0700)
committerSage Weil <sage@newdream.net>
Thu, 6 Aug 2009 23:25:58 +0000 (16:25 -0700)
build_upload_debian_packages.sh

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