red-hat-storage / rhcephcompose

A tool to compose releases of Red Hat Ceph Storage for Ubuntu
MIT License
1 stars 1 forks source link

bail when a comps list entry is missing #8

Open ktdreyer opened 8 years ago

ktdreyer commented 8 years ago

If a package is listed in comps.xml, but it's not in chacra, the compose should fail.

ktdreyer commented 6 years ago

By default Pungi currently treats this as a warning. For example:

2018-05-21 18:06:09 [WARNING ] Packages mentioned in comps do not exist for Tools.x86_64: rook, rook-rookctl, rook-rookflex

There is a setting require_all_comps_packages that makes Pungi treat this as a fatal error.