summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-reset.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-06-09 18:45:39 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-26 15:56:07 +0000
commit3dd4848c9606f3e8d5e4c974f16be5e910769a5f (patch)
tree65700f572029ba3c204cc1d5576f28dedc6356a4 /src/ostree/ot-builtin-reset.c
parent18456d25fb1071909b83e203c16ad898cd651f7b (diff)
downloadostree-3dd4848c9606f3e8d5e4c974f16be5e910769a5f.tar.gz
ostree/builtins: Add support for collection–refs to a few utilities
These utilities were not needed for the initial port to support OstreeCollectionRef, so have been delayed a bit and, in some cases, left as FIXME comments for follow up later. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #924 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-builtin-reset.c')
-rw-r--r--src/ostree/ot-builtin-reset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-builtin-reset.c b/src/ostree/ot-builtin-reset.c
index cab579ae..344d692c 100644
--- a/src/ostree/ot-builtin-reset.c
+++ b/src/ostree/ot-builtin-reset.c
@@ -45,6 +45,7 @@ ostree_builtin_reset (int argc,
const char *target = NULL;
g_autofree char *checksum = NULL;
+ /* FIXME: Add support for collection–refs. */
context = g_option_context_new ("REF COMMIT - Reset a REF to a previous COMMIT");
if (!ostree_option_context_parse (context, options, &argc, &argv, OSTREE_BUILTIN_FLAG_NONE, &repo, cancellable, error))