me
/
guix
Archived
1
0
Fork 0

hydra: Comment out all Git invocations in `bootstrap'.

* build-aux/hydra/guix.scm (tarball-package): Comment out all `git'
  invocations.
master
Ludovic Courtès 2013-08-25 20:37:59 +02:00
parent d29aa3b5a3
commit ef4eca529b
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ containing a Git checkout of Guix."
;; Comment out `git' invocations, since Hydra provides ;; Comment out `git' invocations, since Hydra provides
;; us with a checkout that includes sub-modules. ;; us with a checkout that includes sub-modules.
(substitute* "bootstrap" (substitute* "bootstrap"
(("git submodule init") (("git ") "true git ")))
"true\n")))
,p))))))) ,p)))))))
(define (hydra-jobs store arguments) (define (hydra-jobs store arguments)