From: Gary Lowell Date: Tue, 18 Jun 2013 19:52:43 +0000 (-0700) Subject: ceph-deploy: index rpm subdirectories X-Git-Tag: v1.2~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4398f8651c303473941e925ff143cb598734ee34;p=ceph-deploy.git ceph-deploy: index rpm subdirectories Signed-off-by: Gary Lowell --- diff --git a/scripts/build-rpm.sh b/scripts/build-rpm.sh index a22f3df..3f3abc5 100755 --- a/scripts/build-rpm.sh +++ b/scripts/build-rpm.sh @@ -48,7 +48,7 @@ rpm_list=`find ${REPO} -name "*.rpm" -print` rpm --addsign --define "_gpg_name ${KEYID}" $rpm_list # Construct repodata -for dir in ${DEST}/* +for dir in ${DEST}/SRPMS ${DEST}/RPMS/* do if [ -d $dir ] ; then createrepo $dir