From 7c94ddeed5e58d94fb18c03803dbe70682c81ab1 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Tue, 8 Sep 2015 12:24:27 -0700 Subject: [PATCH] rhcs-installer needs ceph-puppet-modules not takora Signed-off-by: Travis Rhoden --- rhcs-installer/build/rename-rhcs-installer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rhcs-installer/build/rename-rhcs-installer b/rhcs-installer/build/rename-rhcs-installer index 28d605ed..79068ed7 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/") -- 2.39.5