mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
hydra: Comment out all Git invocations in `bootstrap'.
* build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations.
This commit is contained in:
parent
d29aa3b5a3
commit
ef4eca529b
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ (define (tarball-package checkout)
|
|||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue