2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Remove development code from the process job script

This commit is contained in:
Christopher Baines 2020-09-28 08:29:20 +01:00
parent 033858410b
commit 39b5df04eb

View file

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