diff options
author | Christopher Baines <mail@cbaines.net> | 2020-09-28 08:29:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-09-28 08:29:20 +0100 |
commit | 39b5df04ebf7cf364acedcd2eff3c2aa2e228b25 (patch) | |
tree | 7fa31f7b3060a2add433c30c296fff8b039bfed2 /scripts | |
parent | 033858410bed1dfa1efbb5c48a900eb59fcfc813 (diff) | |
download | data-service-39b5df04ebf7cf364acedcd2eff3c2aa2e228b25.tar data-service-39b5df04ebf7cf364acedcd2eff3c2aa2e228b25.tar.gz |
Remove development code from the process job script
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-data-service-process-job.in | 12 |
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))) |