sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Replace Recipe ID to Collection ID. #42

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

Because the definition has explicitly been explained as Collection ID at below document. https://github.com/sclorg/rhscl-rebuild-recipes/blob/master/README.md

Fixes https://github.com/sclorg/rpm-list-builder/issues/26

I did below operation, and ran tests/integration/run.sh just in case.

$ git clean -fdx 

$ grep -ri 'recipe[_ ]id' *

$ grep -rl RECIPE_ID | xargs sed -i 's/RECIPE_ID/COLLECTION_ID/g'

$ grep -rl recipe_id | xargs sed -i 's/recipe_id/collection_id/g'