Commit Graph

3 Commits

Author SHA1 Message Date
Ian McInerney 839fac8cc1 Improve the script to remove missing packages and update architectures 2020-07-10 01:52:37 +01:00
Ian McInerney e7a1794055 Remove legacy i686/i386 arch tags
i686 is no longer shipped in any repos as of F31.
2020-07-10 01:52:37 +01:00
Adam Williamson b7db172dc7 Add a little script to check for missing packages in comps
It would be nice to make 'package is listed in group, but does
not exist' a fatal error (at least optionally) for dnf etc, but
we can't really do that at present because it's *not* been a
fatal error for so long that our comps have tons of stale
entries for packages that no longer exist, and also entries that
aren't properly archified for packages which only exist on some
arches. This script pokes through the comps file for current
Rawhide and identifies all (I hope) pkgreqs which specify a
package that is not actually available in current Rawhide, per
arch.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-09-21 13:09:00 -07:00