diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2015-12-16 18:55:28 -0500 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2015-12-17 15:49:51 -0500 |
commit | 460a4b2852538a75450efc394d4bfe9d625a7e80 (patch) | |
tree | 5320bc7608c283a556cdbc0af3fc5225357df37e /src/ostree/ot-remote-builtins.h | |
parent | 1df16a76759b29bf1419abff7f0e82d5378dbce3 (diff) | |
download | ostree-460a4b2852538a75450efc394d4bfe9d625a7e80.tar.gz |
remote: Add "ostree remote summary" command
Downloads and prints a remote summary file and any signatures in an
easy-to-read format, or alternatively with the --raw option, prints
the summary GVariant data directly.
https://bugzilla.gnome.org/show_bug.cgi?id=759250
Diffstat (limited to 'src/ostree/ot-remote-builtins.h')
-rw-r--r-- | src/ostree/ot-remote-builtins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-remote-builtins.h b/src/ostree/ot-remote-builtins.h index b7974a4c..0e65092f 100644 --- a/src/ostree/ot-remote-builtins.h +++ b/src/ostree/ot-remote-builtins.h @@ -30,5 +30,6 @@ gboolean ot_remote_builtin_gpg_import (int argc, char **argv, GCancellable *canc gboolean ot_remote_builtin_list (int argc, char **argv, GCancellable *cancellable, GError **error); gboolean ot_remote_builtin_show_url (int argc, char **argv, GCancellable *cancellable, GError **error); gboolean ot_remote_builtin_refs (int argc, char **argv, GCancellable *cancellable, GError **error); +gboolean ot_remote_builtin_summary (int argc, char **argv, GCancellable *cancellable, GError **error); G_END_DECLS |