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

Replacing Recipe ID to Collection ID #26

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

Recently I updated the README of the recipe file repository. RPM List Builder has used a top key in the recipe YAML file as "Recipe ID".

In the recipe repository, the concept of the "Recipe ID" was not obvious. After updating the README to show current situation for more detail, I changed the concept to "Collection ID". Because "Recipe ID" makes people imagine that it is recipe file unique ID.

For example my recognition is ror.yml is "Recipe File". ror is "Recipe ID" or "Recipe Name".

https://github.com/sclorg/rhscl-rebuild-recipes/blob/master/README.md

COLLECTION_ID

So, I want to change "Recipe ID" in RPM List Builder to "Collection ID". We can check the target parts to be modified by below command. Maybe.

$ git clean -fdx

$ grep -ri 'recipe[_ ]id' *
docs/users_guide.md:          RECIPE_ID
docs/users_guide.md:          RECIPE_ID
...