Permalink
Browse files

packagekit: Disable updates

In Ubuntu we use Update Manager for this currently. The long term plan
is to use Software, but we're not there yet.
  • Loading branch information...
1 parent 569517e commit 0048fad2c6601c6b82a5277e2be89cac3a6c0dd2 @iainlane iainlane committed with robert-ancell Jul 20, 2017
Showing with 3 additions and 0 deletions.
  1. +3 −0 plugins/packagekit/gs-plugin-systemd-updates.c
@@ -151,6 +151,9 @@ gs_plugin_add_updates (GsPlugin *plugin,
g_autoptr(GError) error_local = NULL;
g_auto(GStrv) package_ids = NULL;
+ /* In Ubuntu we're using Update Manager for this, for now. */
+ return TRUE;
+
/* get the id's if the file exists */
package_ids = pk_offline_get_prepared_ids (&error_local);
if (package_ids == NULL) {

0 comments on commit 0048fad

Please sign in to comment.