summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-22 13:43:44 -0500
committerColin Walters <walters@verbum.org>2012-12-22 14:52:33 -0500
commit0ab1f78ec81b36ee02650f85ce806a894dc03a53 (patch)
tree77f0cbf70a9b604d4dfee02435853911f90c920d /Makefile-ostree.am
parent3832544ac40b5bbfcee3621cc5ab096ac64e578d (diff)
downloadostree-0ab1f78ec81b36ee02650f85ce806a894dc03a53.tar.gz
admin: Add new run-triggers command
In some cases we want the ability to run triggers independently of checking out a tree. For example, due to kernel limitations which impact the gnome-ostree build system, we may need to run triggers on first boot via systemd. Secondarily, if the user installs a system extension which adds a new shared library to /usr/lib for example, the system will need to run the triggers again. Also, I think I want to take triggers out of the core and put them in ostree admin anyways.
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index 0066765c..bc5bba56 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -55,6 +55,7 @@ ostree_SOURCES += \
src/ostree/ot-admin-builtin-pull-deploy.c \
src/ostree/ot-admin-builtin-os-init.c \
src/ostree/ot-admin-builtin-install.c \
+ src/ostree/ot-admin-builtin-run-triggers.c \
src/ostree/ot-admin-builtin-upgrade.c \
src/ostree/ot-admin-builtin-update-kernel.c \
src/ostree/ot-admin-builtins.h \