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

Add a sample custom file for both fedpkg and mock command. #68

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

Related https://github.com/sclorg/rpm-list-builder/issues/66 This sample file helps it. I checked the file on my local environment.

$ rpmlb \
  -d custom \
  -b custom \
  -c tests/fixtures/custom/fedpkg_mock.yml \
  RECIPE_FILE COLLECTION_ID
junaruga commented 7 years ago

Thank you for the reviewing.