aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-09-28 23:55:11 +0100
committerChristopher Baines <mail@cbaines.net>2019-09-28 23:55:11 +0100
commitea253c4515c9937e02cd6c6650a08733e4a9f7c5 (patch)
tree44c512c1ec33299f8102c3f15bb845587182b82a /Makefile.am
parent4df889fc3ce99cdb418f1af8f1360cfec77968a7 (diff)
downloaddata-service-ea253c4515c9937e02cd6c6650a08733e4a9f7c5.tar
data-service-ea253c4515c9937e02cd6c6650a08733e4a9f7c5.tar.gz
Add a new script to process emails in an mbox file
This can be used with the mbox files for the guix-commits mailing list to add older emails in to the database.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index abc430c..fec91ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ bin_SCRIPTS = \
scripts/guix-data-service-process-job \
scripts/guix-data-service-process-jobs \
scripts/guix-data-service-process-branch-updated-email \
+ scripts/guix-data-service-process-branch-updated-mbox \
scripts/guix-data-service-query-build-servers
moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)