~ruther/guix-local

ef4eca529b3e98a8227569a964b2c456d08dbdde — Ludovic Courtès 12 years ago d29aa3b
hydra: Comment out all Git invocations in `bootstrap'.

* build-aux/hydra/guix.scm (tarball-package): Comment out all `git'
  invocations.
1 files changed, 1 insertions(+), 2 deletions(-)

M build-aux/hydra/guix.scm
M build-aux/hydra/guix.scm => build-aux/hydra/guix.scm +1 -2
@@ 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)