From ef4eca529b3e98a8227569a964b2c456d08dbdde Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 25 Aug 2013 20:37:59 +0200 Subject: hydra: Comment out all Git invocations in `bootstrap'. * build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations. --- build-aux/hydra/guix.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm index f2107479e0..29a19c62e5 100644 --- a/build-aux/hydra/guix.scm +++ b/build-aux/hydra/guix.scm @@ -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) -- cgit v1.2.3