summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/build/gnu-dist.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/guix/build/gnu-dist.scm b/guix/build/gnu-dist.scm
index f82c721da7..727ddfa312 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