[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
- branch master updated (94e72b7 -> 8b1f7c0), guix-commits, 2020/06/17
- 04/10: build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.,
guix-commits <=
- 06/10: build-system/gnu: Simplify 'dist-package'., guix-commits, 2020/06/17
- 05/10: build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 02/10: build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API., guix-commits, 2020/06/17
- 07/10: build-system/gnu: Rename "make dist" phase to 'build-dist'., guix-commits, 2020/06/17
- 01/10: gnu: gnurl: Update home page., guix-commits, 2020/06/17
- 03/10: build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 08/10: news: Add entry for authenticated channels., guix-commits, 2020/06/17
- 09/10: channels: Warn when pulling from a mirror., guix-commits, 2020/06/17
- 10/10: .guix-channel: Add primary URL., guix-commits, 2020/06/17