diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-25 20:37:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-25 20:37:59 +0200 |
commit | ef4eca529b3e98a8227569a964b2c456d08dbdde (patch) | |
tree | 49663f5dfc05ffbe3250a8aed557efe92f9bc020 /build-aux/hydra | |
parent | d29aa3b5a3dc30080f39636bd2fafbdaa8d609cc (diff) | |
download | patches-ef4eca529b3e98a8227569a964b2c456d08dbdde.tar patches-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/hydra')
-rw-r--r-- | build-aux/hydra/guix.scm | 3 |
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) |