diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-31 12:46:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 21:57:57 +0200 |
commit | bdf06d8922e62f725f94560c1aa1f00e3392b624 (patch) | |
tree | 70d9bbfc41f85c5cf76a12300e4f73799e26fb0d /guix | |
parent | 7a88ad6bff385062dcc726a7a092ed60fb05b5da (diff) | |
download | gnu-guix-bdf06d8922e62f725f94560c1aa1f00e3392b624.tar gnu-guix-bdf06d8922e62f725f94560c1aa1f00e3392b624.tar.gz |
pull: Switch to the cgit URL.
* guix/scripts/pull.scm (%snapshot-url): Switch to the cgit URL, given
that the Hydra one is not currently available.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/pull.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index bc72dc4088..c5facd84d5 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -34,8 +34,8 @@ #:export (guix-pull)) (define %snapshot-url - "http://hydra.gnu.org/job/guix/master/tarball/latest/download" - ;;"http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz" + ;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download" + "http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz" ) (define (download-and-store store) |