]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
release_tarball.sh: name bz2 properly
authorSage Weil <sage@inktank.com>
Tue, 25 Sep 2012 00:15:43 +0000 (17:15 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Sep 2012 00:15:43 +0000 (17:15 -0700)
release_tarball.sh

index 77808e32f941cf85f4492efe3da0d8fa0679bebe..b4ef466c6499d4b4e6eb4c269ae0cb3aa45a64dd 100755 (executable)
@@ -49,9 +49,10 @@ else
     [ "$vers" != "$cephver" ] && mv ceph-$vers ceph-$cephver
 
     tar zcf ceph_$cephver.orig.tar.gz ceph-$cephver
-    tar jcf ceph_$cephver.orig.tar.bz2 ceph-$cephver
     cp -a ceph_$cephver.orig.tar.gz ceph-$cephver.tar.gz
 
+    tar jcf ceph-$cephver.tar.bz2 ceph-$cephver
+
     # copy debian dir, too
     cp -a $srcdir/debian debian
     cd $srcdir