aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-08-25 20:37:59 +0200
committerLudovic Courtès <ludo@gnu.org>2013-08-25 20:37:59 +0200
commitef4eca529b3e98a8227569a964b2c456d08dbdde (patch)
tree49663f5dfc05ffbe3250a8aed557efe92f9bc020 /build-aux
parentd29aa3b5a3dc30080f39636bd2fafbdaa8d609cc (diff)
downloadguix-ef4eca529b3e98a8227569a964b2c456d08dbdde.tar
guix-ef4eca529b3e98a8227569a964b2c456d08dbdde.tar.gz
hydra: Comment out all Git invocations in `bootstrap'.
* build-aux/hydra/guix.scm (tarball-package): Comment out all `git' invocations.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/guix.scm3
1 files changed, 1 insertions, 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)