hydra: Comment out all Git invocations in `bootstrap'.
* build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations.master
parent
d29aa3b5a3
commit
ef4eca529b
|
@ -75,8 +75,7 @@ containing a Git checkout of Guix."
|
|||
;; Comment out `git' invocations, since Hydra provides
|
||||
;; us with a checkout that includes sub-modules.
|
||||
(substitute* "bootstrap"
|
||||
(("git submodule init")
|
||||
"true\n")))
|
||||
(("git ") "true git ")))
|
||||
,p)))))))
|
||||
|
||||
(define (hydra-jobs store arguments)
|
||||
|
|
Reference in New Issue