]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
include .spec file in release dir
authorSage Weil <sage@inktank.com>
Mon, 24 Sep 2012 21:38:07 +0000 (14:38 -0700)
committerSage Weil <sage@inktank.com>
Mon, 24 Sep 2012 21:38:07 +0000 (14:38 -0700)
release_tarball.sh

index b471dad23960cc039fed8d1f0b5f1b50e7bdaf28..77808e32f941cf85f4492efe3da0d8fa0679bebe 100755 (executable)
@@ -55,6 +55,9 @@ else
     # copy debian dir, too
     cp -a $srcdir/debian debian
     cd $srcdir
+
+    # copy in spec file, too
+    cp ceph.spec $releasedir/$cephver
 fi
 
 if [ -n "$versionfile" ]; then