summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-10-04 08:56:58 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-10-04 06:58:23 +0000
commita94eea8cc7dd8ef47f4db0c02229b03ad78bc211 (patch)
tree10918c210e06e0297df5e2fa78361c9e81e4a839
parent35b92d723749188e6acdc3546bda7556cf81afb8 (diff)
downloadflatpak-a94eea8cc7dd8ef47f4db0c02229b03ad78bc211.tar.gz
build-update-repo: Add appstream2 to the metadata cache
The old "appstream" is there already, and this allows us to get things like download size info for it. Closes: #2182 Approved by: alexlarsson
-rw-r--r--common/flatpak-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c
index 37f95886..be440c34 100644
--- a/common/flatpak-utils.c
+++ b/common/flatpak-utils.c
@@ -2977,7 +2977,7 @@ flatpak_repo_update (OstreeRepo *repo,
g_autoptr(GVariant) old_summary = NULL;
g_autoptr(GVariant) new_summary = NULL;
g_autoptr(GHashTable) refs = NULL;
- const char *prefixes[] = { "appstream", "app", "runtime", NULL };
+ const char *prefixes[] = { "appstream", "appstream2", "app", "runtime", NULL };
const char **prefix;
g_autoptr(GList) ordered_keys = NULL;
GList *l = NULL;