[packagekit] packagekit: Branch 'master' - 2 commits
Richard Hughes
hughsient at kemper.freedesktop.org
Sat Sep 1 15:34:41 PDT 2007
helpers/BACKENDS | 8 ++++----
src/pk-task-conary.c | 2 +-
src/pk-task-dummy.c | 2 +-
src/pk-task-yum.c | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
New commits:
diff-tree 268551b211727de3802e11ee4b85f6fe73c0305a (from 69142577cc141a22f268b422e50a90d14a4b2695)
Author: Grzegorz Dabrowski <gdx at o2.pl>
Date: Sat Sep 1 22:53:43 2007 +0000
fixed typo in function comment
diff --git a/src/pk-task-conary.c b/src/pk-task-conary.c
index 666fa3c..a3aa77f 100644
--- a/src/pk-task-conary.c
+++ b/src/pk-task-conary.c
@@ -59,7 +59,7 @@ static guint signals [PK_TASK_LAST_SIGNA
G_DEFINE_TYPE (PkTask, pk_task, G_TYPE_OBJECT)
/**
- * pk_task_get_updates:
+ * pk_task_get_actions:
**/
gchar *
pk_task_get_actions (void)
diff --git a/src/pk-task-dummy.c b/src/pk-task-dummy.c
index 4867646..f15ca0c 100644
--- a/src/pk-task-dummy.c
+++ b/src/pk-task-dummy.c
@@ -54,7 +54,7 @@ static guint signals [PK_TASK_LAST_SIGNA
G_DEFINE_TYPE (PkTask, pk_task, G_TYPE_OBJECT)
/**
- * pk_task_get_updates:
+ * pk_task_get_actions:
**/
gchar *
pk_task_get_actions (void)
diff --git a/src/pk-task-yum.c b/src/pk-task-yum.c
index fdc5deb..737228f 100644
--- a/src/pk-task-yum.c
+++ b/src/pk-task-yum.c
@@ -58,7 +58,7 @@ static guint signals [PK_TASK_LAST_SIGNA
G_DEFINE_TYPE (PkTask, pk_task, G_TYPE_OBJECT)
/**
- * pk_task_get_updates:
+ * pk_task_get_actions:
**/
gchar *
pk_task_get_actions (void)
diff-tree 69142577cc141a22f268b422e50a90d14a4b2695 (from 2b113e65c5f1a74376a51deed961a400274f5f64)
Author: Tom Parker <palfrey at tevp.net>
Date: Sat Sep 1 20:39:28 2007 +0200
Update helpers/BACKENDS for apt backend capabilities
diff --git a/helpers/BACKENDS b/helpers/BACKENDS
index 78ad949..a103125 100644
--- a/helpers/BACKENDS
+++ b/helpers/BACKENDS
@@ -2,13 +2,13 @@ Current status of the backends
| conary | yum | apt | box |
-----------------------------------------------------
-refresh-cache | X | X | | X |
-search-name | X | X | | X |
-search-details | | X | | |
+refresh-cache | X | X | X | X |
+search-name | X | X | X | X |
+search-details | | X | X | |
get-updates | X | X | | X |
update-system | | X | | |
install | | X | | |
remove | | X | | |
get-deps | | X | | |
-get-description | | | | |
+get-description | | | X | |
search-file | | | | X |
More information about the PackageKit
mailing list