aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-data-service-process-job.in
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-09-28 08:29:20 +0100
committerChristopher Baines <mail@cbaines.net>2020-09-28 08:29:20 +0100
commit39b5df04ebf7cf364acedcd2eff3c2aa2e228b25 (patch)
tree7fa31f7b3060a2add433c30c296fff8b039bfed2 /scripts/guix-data-service-process-job.in
parent033858410bed1dfa1efbb5c48a900eb59fcfc813 (diff)
downloaddata-service-39b5df04ebf7cf364acedcd2eff3c2aa2e228b25.tar
data-service-39b5df04ebf7cf364acedcd2eff3c2aa2e228b25.tar.gz
Remove development code from the process job script
Diffstat (limited to 'scripts/guix-data-service-process-job.in')
-rw-r--r--scripts/guix-data-service-process-job.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/scripts/guix-data-service-process-job.in b/scripts/guix-data-service-process-job.in
index 04b9881..e67e4e2 100644
--- a/scripts/guix-data-service-process-job.in
+++ b/scripts/guix-data-service-process-job.in
@@ -38,12 +38,6 @@
;; Make stack traces more useful
(setenv "COLUMNS" "256")
-;; (with-postgresql-connection
-;; "foo"
-;; rebuild-package-derivations-table)
-;;(delete-revisions-for-all-branches-except-most-recent-n 100)
-(delete-unreferenced-derivations)
-
-;; (match (command-line)
-;; ((name job)
-;; (process-load-new-guix-revision-job job)))
+(match (command-line)
+ ((name job)
+ (process-load-new-guix-revision-job job)))