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:
		
							parent
							
								
									2ee1cce324
								
							
						
					
					
						commit
						03686f26cc
					
				
					 1 changed files with 0 additions and 10 deletions
				
			
		|  | @ -50,16 +50,6 @@ | ||||||
|     (for-each (lambda (tarball) |     (for-each (lambda (tarball) | ||||||
|                 (copy-file tarball (string-append out "/" tarball))) |                 (copy-file tarball (string-append out "/" tarball))) | ||||||
|               out) |               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)) |     #t)) | ||||||
| 
 | 
 | ||||||
| (define %dist-phases | (define %dist-phases | ||||||
|  |  | ||||||
		Reference in a new issue