Rawhide + debug pkgs

Michael Schwendt mschwendt at gmail.com
Sun Mar 21 16:29:55 UTC 2010


On Sun, 21 Mar 2010 11:17:51 +0000, Frank wrote:

> Is it possible to come up with some method.
> 
> Whereby you can automatically install a debug pks
> for every rpm on a rawhide box.
> 
> Instead of having to install as and when problems,
> or in a piecemeal fashion.
> 
> Not a dev (yet), so not something that could as yet come myself.

Something like this could work (except it would not filter out noarch pkgs):
rpm -qa --qf '%{name}\n'|xargs debuginfo-install -y


More information about the devel mailing list