]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: update packages
authorSage Weil <sage@newdream.net>
Fri, 27 Feb 2009 22:23:49 +0000 (14:23 -0800)
committerSage Weil <sage@newdream.net>
Fri, 27 Feb 2009 23:11:49 +0000 (15:11 -0800)
build_upload_debian_packages.sh
debian/ceph-common.install
debian/rules

index f07d01a7232b9ca84826f9eeed6ab965b06d5767..2a434015e483651041f3743794b039e09afb3e28 100755 (executable)
@@ -8,12 +8,13 @@ arch=$2
 
 rm -r ceph-$vers
 make dist
-tar zxvf ceph-*.tar.gz
+tar zxvf ceph-$vers.tar.gz
 cd ceph-$vers
 ./autogen.sh
 dpkg-buildpackage -rfakeroot
 cd ..
 
+# upload
 rsync -v --progress *$arch.{deb,changes} ceph.newdream.net:debian/dists/$repo/main/binary-$arch
 rsync -v --progress ceph_* ceph.newdream.net:debian/dists/$repo/main/source
 
index 202f85236a99d1b3a060fccbebc5e2d7ea4576cf..b9303a9e02b375686c424909db71c376bbac8e5d 100644 (file)
@@ -5,8 +5,5 @@ usr/bin/monmaptool
 usr/bin/osdmaptool
 usr/bin/csyn
 usr/sbin/mount.ceph
-usr/bin/cephd
 usr/bin/crun
-usr/bin/ceph_init
-usr/bin/ceph_stop
-usr/bin/ceph_common.sh
+usr/lib/ceph/ceph_common.sh
index e29ce9036745a3b73a7617b9da14546533a33a8d..1d98d8ac81ee9d630114a64a1e453df0252d73c4 100755 (executable)
@@ -24,4 +24,5 @@ common-install-arch::
        chmod +x $(DEB_DH_INSTALL_SOURCEDIR)/usr/src/modules/ceph/debian/rules
        ( cd $(DEB_DH_INSTALL_SOURCEDIR)/usr/src ; tar -cjf ceph.tar.bz2 modules )
 #      rm -rf $(DEB_DH_INSTALL_SOURCEDIR)/usr/src/modules
+       find $(DEB_DH_INSTALL_SOURCEDIR)