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
|
;; 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)
|
||||||
|
|
Reference in New Issue