[gnome-software/wip/kalev/more-distro-upgrades: 6/9] dummy plugin: Switch the dummy upgrade test to rawhide, instead of 24
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/kalev/more-distro-upgrades: 6/9] dummy plugin: Switch the dummy upgrade test to rawhide, instead of 24
- Date: Mon, 15 Feb 2016 16:15:21 +0000 (UTC)
commit d768d8c5141c2540fbac868923b7d40e20e5e3e8
Author: Kalev Lember <klember redhat com>
Date: Thu Feb 11 13:35:46 2016 +0100
dummy plugin: Switch the dummy upgrade test to rawhide, instead of 24
Otherwise it doesn't help much with testing as Fedora 24 hasn't branched
from rawhide yet.
src/plugins/gs-plugin-dummy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-dummy.c b/src/plugins/gs-plugin-dummy.c
index b22a206..02a84df 100644
--- a/src/plugins/gs-plugin-dummy.c
+++ b/src/plugins/gs-plugin-dummy.c
@@ -249,11 +249,11 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
GError **error)
{
g_autoptr(GsApp) app = NULL;
- app = gs_app_new ("org.fedoraproject.release-24.upgrade");
+ app = gs_app_new ("org.fedoraproject.release-rawhide.upgrade");
gs_app_set_kind (app, GS_APP_KIND_DISTRO_UPGRADE);
gs_app_set_state (app, AS_APP_STATE_AVAILABLE);
gs_app_set_name (app, GS_APP_QUALITY_LOWEST, "Fedora");
- gs_app_set_version (app, "24");
+ gs_app_set_version (app, "rawhide");
gs_plugin_add_app (list, app);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]