[packagekit] PackageKit Collections

Tim Lauridsen tim.lauridsen at googlemail.com
Sun Sep 14 11:40:53 PDT 2008


Richard Hughes wrote:
> On Sun, 2008-09-14 at 10:08 +0200, Tim Lauridsen wrote:
>> this work in the current yum backend in git, what else do we need ?
> 
> I've added the new INFO enums for this, and also the icons in
> gnome-packagekit. I've also renamed the META_PACKAGE group and filter to
> COLLECTIONS as this is the name we all seem to be using.
> 
> I've also added it in _get_groups for the yum backend, and it also needs
> an entry in the gpk-application menus.
> 
> I do however get this:
> 
> [hughsie at hughsie-work yum]$ sudo ./yumBackend.py search-group none
> meta-packages
> allow-cancel	true
> status	query
> percentage	10
> percentage	20
> status	refresh-cache
> allow-cancel	true
> status	query
> percentage	10
> percentage	20
> error	no-cache	near " ": syntax error
> 
> This is very cool how quickly things are coming together.
> 
> Richard.
> 
> 
> _______________________________________________
> PackageKit mailing list
> PackageKit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/packagekit

Had a hard time tracking this down

try this:
sudo ./yumBackend.py search-group none collections

you have change GROUP_META_PACKAGES = "meta-packages" to 
GROUP_COLLECTIONS = "collections"

search-group didn't like unknown groups very well :)
this is fixed now.

Tim




More information about the PackageKit mailing list