summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-02-25 13:55:14 -0500
committerMatthew Barnes <mbarnes@redhat.com>2015-02-26 12:53:01 -0500
commita5b002dae6aea50dc1cc2b50bdc3516c3066de40 (patch)
tree788274695b457cbfda734e7d696036b9e8b87f7b /src/ostree/ot-builtins.h
parent152dcf89b59b75a78f9c03b65773dcae13f105ad (diff)
downloadostree-a5b002dae6aea50dc1cc2b50bdc3516c3066de40.tar.gz
ostree: Add gpg-sign command
Signs a commit with one or more GPG keys.
Diffstat (limited to 'src/ostree/ot-builtins.h')
-rw-r--r--src/ostree/ot-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-builtins.h b/src/ostree/ot-builtins.h
index 099b2bc4..95262ec4 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -35,6 +35,7 @@ BUILTINPROTO(checkout);
BUILTINPROTO(checksum);
BUILTINPROTO(commit);
BUILTINPROTO(diff);
+BUILTINPROTO(gpg_sign);
BUILTINPROTO(init);
BUILTINPROTO(log);
BUILTINPROTO(pull);