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 simple recipe example that works on Fedora. #69

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

Related https://github.com/sclorg/rpm-list-builder/issues/66

I looks important to add sample recipe file that actually works on Fedora. Because people can understand how it works easily.

Later I like adding below sample in Users Guide document as a tutorial.

$ rpmlb \
  -d custom \
  -b custom \
  -c tests/fixtures/custom/fedpkg_mock.yml \
  tests/fixtures/recipes/sl.yml sl
hroncok commented 7 years ago

I'd rather see at least 2 packages in there.

junaruga commented 7 years ago

ok just moment. I will rebase it.

junaruga commented 7 years ago

Rebased. And below command works on Fedora.

$ rpmlb \
  --download custom \
  --build custom \
  --custom-file tests/fixtures/custom/fedpkg_mock.yml \
  --verbose \
  tests/fixtures/recipes/joke.yml \
  joke
junaruga commented 7 years ago

"Approved" changed to "Review required" again after rebase. @hroncok can you change the settings for this repository? Because it is too strict.

hroncok commented 7 years ago

can you change the settings for this repository? Because it is too strict.

This is what we have:

master

junaruga commented 7 years ago

@hroncok okay thank you for the information with the image. It looks good settings.