From 39b5df04ebf7cf364acedcd2eff3c2aa2e228b25 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 28 Sep 2020 08:29:20 +0100 Subject: [PATCH] Remove development code from the process job script --- scripts/guix-data-service-process-job.in | 12 +++--------- 1 file 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)))