From: Travis Rhoden Date: Tue, 8 Sep 2015 19:24:27 +0000 (-0700) Subject: rhcs-installer needs ceph-puppet-modules X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c94ddeed5e58d94fb18c03803dbe70682c81ab1;p=ceph-build.git rhcs-installer needs ceph-puppet-modules not takora Signed-off-by: Travis Rhoden --- diff --git a/rhcs-installer/build/rename-rhcs-installer b/rhcs-installer/build/rename-rhcs-installer index 28d605ed7..79068ed7f 100755 --- a/rhcs-installer/build/rename-rhcs-installer +++ b/rhcs-installer/build/rename-rhcs-installer @@ -16,6 +16,9 @@ for file in $(find config debian -type f); do sed -i -e "s/$oldname/$newname/g" $file done +# Change takora dependency to ceph-puppet-modules +sed -i -e "s/takora/ceph-puppet-modules/g" debian/control + # Rename files for file in $(find bin config debian -type f -name "*$oldname*"); do newfile=$(echo $file | sed -e "s/$oldname/$newname/")