Commit Graph

9 Commits

Author SHA1 Message Date
Tim Lauridsen
a59b725026 implemented yum-remove & yum-update-system
fixed return codes.
added missing get_updates method skeleton.
2007-08-25 09:37:24 +01:00
Richard Hughes
bffdc029b0 add some more error enums 2007-08-25 00:02:27 +01:00
Luke Macken
3ec4c588a7 clean up some whitespace 2007-08-24 18:39:12 +01:00
Richard Hughes
e60fbf7804 commit the first half of tims patch 2007-08-24 16:05:47 +01:00
Richard Hughes
f6caa435d4 make the version string in Description return an enumerated group 2007-08-24 13:06:20 +01:00
Tim Lauridsen
5db478cdf3 Implemented yum-refresh-cache 2007-08-24 11:21:52 +01:00
Tim Lauridsen
02d0a1d042 Implemented yum-search-details 2007-08-24 11:21:27 +01:00
Tim Lauridsen
19e62712f8 Implemented yum-search-name 2007-08-24 11:20:35 +01:00
Tim Lauridsen
f12c5c4cb1 Added packagekit.py with a PackageKitBaseBackend there implemtent a the signals the diffent backend helper types can send.
It also contains virtual methods for all the diffent helper action, that can be implemented in subclass for each type of package system there have a python helpers.
Added a PackageKitYumBacked subclass skelton to implement the yum helper actions
2007-08-24 09:46:56 +01:00