summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-08-19 17:24:03 +0200
committerAlexander Larsson <alexl@redhat.com>2016-08-19 17:24:03 +0200
commit1976639153533534085184c38f0d53dd59cde665 (patch)
treebd15bf4bc1359aedec05484c4a987d7041e65450 /app/flatpak-builtins.h
parent1970ecbea16408ef98fa9499c046db6de9b1795c (diff)
downloadflatpak-1976639153533534085184c38f0d53dd59cde665.tar.gz
flatpak: Add build-commit-from command
This creates new commits based on a different repo/branch. Very useful to e.g. import and sign verified correct commits from an autobuilder repo.
Diffstat (limited to 'app/flatpak-builtins.h')
-rw-r--r--app/flatpak-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/flatpak-builtins.h b/app/flatpak-builtins.h
index ddc75bfa..6283883a 100644
--- a/app/flatpak-builtins.h
+++ b/app/flatpak-builtins.h
@@ -76,6 +76,7 @@ BUILTINPROTO (build_sign)
BUILTINPROTO (build_export)
BUILTINPROTO (build_bundle)
BUILTINPROTO (build_import)
+BUILTINPROTO (build_commit_from)
BUILTINPROTO (build_update_repo)
BUILTINPROTO (document_export)
BUILTINPROTO (document_unexport)