guix-patches
[Top][All Lists]
Advanced

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

[bug#57460] [PATCH 19/20] TEMP REMOVE upstream: Output names of importer


From: Hartmut Goebel
Subject: [bug#57460] [PATCH 19/20] TEMP REMOVE upstream: Output names of importers tried.
Date: Sun, 28 Aug 2022 15:18:45 +0200

This commit will be dropped and not be committed to the main branch!
---
 guix/upstream.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/upstream.scm b/guix/upstream.scm
index faffb3347a..4a6b37bbf2 100644
--- a/guix/upstream.scm
+++ b/guix/upstream.scm
@@ -288,6 +288,7 @@ one."
   (any (match-lambda
          (($ <upstream-updater> name description pred import)
           (and (pred package)
+               (display (string-append "trying importer " (symbol->string 
name) "\n"))
                (import package #:version version))))
        updaters))
 
-- 
2.30.4






reply via email to

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