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
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to