guix-commits
[Top][All Lists]
Advanced

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

04/10: build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.


From: guix-commits
Subject: 04/10: build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.
Date: Wed, 17 Jun 2020 13:33:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 03686f26ccefcf3d0e77105f32964008b7f45ff6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 17 15:20:34 2020 +0200

    build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.
    
    * guix/build/gnu-dist.scm (install-dist): Remove code for
    'hydra-build-products'.
---
 guix/build/gnu-dist.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/guix/build/gnu-dist.scm b/guix/build/gnu-dist.scm
index f82c721..727ddfa 100644
--- a/guix/build/gnu-dist.scm
+++ b/guix/build/gnu-dist.scm
@@ -50,16 +50,6 @@
     (for-each (lambda (tarball)
                 (copy-file tarball (string-append out "/" tarball)))
               out)
-
-    (mkdir meta)
-    (call-with-output-file (string-append out "/hydra-build-products")
-      (lambda (port)
-        (for-each (lambda (tarball)
-                    ;; This tells Hydra's what kind of build products we have,
-                    ;; so it can represent them nicely.  See `product-list.tt'
-                    ;; in Hydra for details.
-                    (format port "file source-dist ~a/~a~%" out tarball))
-                  tarballs)))
     #t))
 
 (define %dist-phases



reply via email to

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