guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Remove development code from the process job scri


From: Christopher Baines
Subject: branch master updated: Remove development code from the process job script
Date: Mon, 28 Sep 2020 03:29:54 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 39b5df0  Remove development code from the process job script
39b5df0 is described below

commit 39b5df04ebf7cf364acedcd2eff3c2aa2e228b25
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Sep 28 08:29:20 2020 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]