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

* guix/build/gnu-dist.scm (install-dist): Remove code for
'hydra-build-products'.
This commit is contained in:
Ludovic Courtès 2020-06-17 15:20:34 +02:00
parent 2ee1cce324
commit 03686f26cc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 10 deletions

View File

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