aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-15 11:36:31 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-15 11:36:31 +0000
commit773e5a9c3896dc022f913602ca8e1fdc09e4b592 (patch)
tree231999cd99cb41beadbcfbacc265563500c4c71e /Makefile.am
parentf6f51bbe0dc89dfec6d1d6e74818ad1f9c2d6dbc (diff)
downloaddata-service-773e5a9c3896dc022f913602ca8e1fdc09e4b592.tar
data-service-773e5a9c3896dc022f913602ca8e1fdc09e4b592.tar.gz
Add a module to handle deleting data
This, along with the way of specifying which branches are processed is a way to manage the data stored within the Guix Data Service. This only goes so far, it doesn't delete derivations, but it does delete some of the information related to a revision.
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 1f05b9c..b10c251 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,7 @@ SOURCES = \
guix-data-service/comparison.scm \
guix-data-service/config.scm \
guix-data-service/database.scm \
+ guix-data-service/data-deletion.scm \
guix-data-service/jobs.scm \
guix-data-service/jobs/load-new-guix-revision.scm \
guix-data-service/model/build-server.scm \