aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-31 12:46:28 +0200
committerLudovic Courtès <ludo@gnu.org>2013-03-31 12:46:28 +0200
commitfdfd3d5d9c647876a0d7422b25fde1a6b8e9e654 (patch)
tree89db66ec718f900b419488238d5ecc2ebc637b29
parent3ee5a7d86a5497ef444533df8763f41e24f9bf61 (diff)
downloadguix-fdfd3d5d9c647876a0d7422b25fde1a6b8e9e654.tar
guix-fdfd3d5d9c647876a0d7422b25fde1a6b8e9e654.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.
-rw-r--r--guix/scripts/pull.scm4
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)