Add support for processing branch updated emails

This commit is contained in:
Christopher Baines 2019-03-19 20:18:09 +00:00
parent 5985b5938b
commit bdfb654233
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577
7 changed files with 134 additions and 4 deletions

View file

@ -20,9 +20,10 @@
include guile.am
bin_SCRIPTS = \
scripts/guix-data-service \
scripts/guix-data-service-process-jobs \
bin_SCRIPTS = \
scripts/guix-data-service \
scripts/guix-data-service-process-jobs \
scripts/guix-data-service-process-branch-updated-email \
scripts/guix-data-service-query-build-servers
moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
@ -30,6 +31,7 @@ godir = $(moddir)
assetsdir = $(datadir)/@PACKAGE@
SOURCES = \
guix-data-service/branch-updated-emails.scm \
guix-data-service/builds.scm \
guix-data-service/comparison.scm \
guix-data-service/config.scm \