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 CLI option to select number of retries #92

Closed khardix closed 7 years ago

khardix commented 7 years ago

This is implementation of issue #15. As discussed there, the default number of retries is now 0 (in other words, only one attempt is made for a build before reporting the failure).

khardix commented 7 years ago

@junaruga Fixed as discussed.

junaruga commented 7 years ago

It looks good to me. Thanks for investigating builder.build.call_count. I would approve it. Please squash 2 commits to 1 commit when merging.