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:
parent
f6f51bbe0d
commit
773e5a9c38
2 changed files with 166 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue