[Pkg-ceph-commits] [ceph] 02/10: Fixup installation of rbdmap upstart configuration.

James Downing Page jamespage at moszumanska.debian.org
Mon Mar 24 09:31:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch experimental
in repository ceph.

commit 1aa59beb8739d1c1f8ada8ced903fb39ac33b149
Author: James Page <jamespage at debian.org>
Date:   Tue Mar 18 22:00:07 2014 +0000

    Fixup installation of rbdmap upstart configuration.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ebbd899..ef63946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,12 +43,13 @@ override_dh_auto_build:
 	cp src/init-ceph debian/ceph.init
 	cp src/init-radosgw debian/radosgw.init
 	cp src/init-rbdmap debian/ceph.rbdmap.init
+	cp src/upstart/rbdmap.conf debian/ceph.rbdmap.upstart
 	cp src/logrotate.conf debian/ceph.logrotate
 	cp src/rgw/logrotate.conf debian/radosgw.logrotate
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f debian/ceph.init debian/radosgw.init debian/ceph.rbdmap.init
+	rm -f debian/ceph.init debian/radosgw.init debian/ceph.rbdmap.init debian/ceph.rbdmap.upstart
 	rm -f debian/ceph.logrotate debian/radosgw.logrotate
 	rm -f debian/*.upstart
 
@@ -59,7 +60,7 @@ override_dh_installinit:
 	dh_installinit --no-start
 	dh_installinit -pceph --no-start --name=rbdmap
 	# Install upstart configurations using dh_installinit
-	for conf in `ls -1 src/upstart/ceph*.conf src/upstart/rbdmap.conf | grep -v mds`; do \
+	for conf in `ls -1 src/upstart/ceph*.conf | grep -v mds`; do \
         name=`basename $$conf | cut -d . -f 1`; \
         cp $$conf debian/ceph.$$name.upstart; \
         dh_installinit -pceph --no-start --name=$$name; \

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list