summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-05-16 09:09:39 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-16 09:13:17 +0100
commitb425d3e292f0197f8507b59e707fe9a314dac8c1 (patch)
treec8b16eee2cea861cceb9cb1e4b139543c1ded44f /client
parent9e0c4c0483cf292a83577a28ea283e4511c4daa6 (diff)
downloadappstream-glib-b425d3e292f0197f8507b59e707fe9a314dac8c1.tar.gz
Remove the cache-id functionality
The results when using the partial update were not always the same as doing a fresh run (some components depend on other components) and even I'm not using this functionality anymore when running appstream-builder on the whole Fedora, achive, even across on all branches. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1426166
Diffstat (limited to 'client')
-rw-r--r--client/as-builder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-builder.c b/client/as-builder.c
index 1833091..908bd62 100644
--- a/client/as-builder.c
+++ b/client/as-builder.c
@@ -244,7 +244,7 @@ main (int argc, char **argv)
if (hidpi_enabled)
flags |= ASB_CONTEXT_FLAG_HIDPI_ICONS;
if (add_cache_id)
- flags |= ASB_CONTEXT_FLAG_ADD_CACHE_ID;
+ g_print ("--add-cache-id now does nothing and will be removed in future versions\n");
if (embedded_icons)
flags |= ASB_CONTEXT_FLAG_EMBEDDED_ICONS;
if (include_failed)