3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ludovic Courtès 2013-08-25 20:37:59 +02:00
parent d29aa3b5a3
commit ef4eca529b

View file

@ -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)