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.
This commit is contained in:
Christopher Baines 2020-02-15 11:36:31 +00:00
parent f6f51bbe0d
commit 773e5a9c38
2 changed files with 166 additions and 0 deletions

View file

@ -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 \