aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-02 16:29:34 +0100
committerChristopher Baines <mail@cbaines.net>2023-06-02 17:08:25 +0100
commit3913d7a6ab722abb1dadb62d60a50b495f0e5eba (patch)
tree22d1f43cc8870961264542cd6871b0fdc5d00135 /Makefile.am
parent39c271ae30cbf7c23cd44f0baf75a3d16752995f (diff)
downloadbffe-3913d7a6ab722abb1dadb62d60a50b495f0e5eba.tar
bffe-3913d7a6ab722abb1dadb62d60a50b495f0e5eba.tar.gz
Add initial support for submitting builds
This provides similar functionality as provided by the guix-build-coordinator-queue-builds-from-guix-data-service script, but I think this is a better place for it. Currently submitting builds isn't possible from the command line options, but that could be supported in the future.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ff9fdad..72199b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,8 +28,10 @@ godir = $(prefix)/lib/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
assetsdir = $(datadir)/@PACKAGE@
SOURCES = \
+ bffe.scm \
bffe/config.scm \
bffe/server.scm \
+ bffe/manage-builds.scm \
bffe/view/util.scm \
bffe/view/home.scm \
bffe/view/build.scm \