Add support for processing branch updated emails
This commit is contained in:
parent
5985b5938b
commit
bdfb654233
7 changed files with 134 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue