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.
This commit is contained in:
Ludovic Courtès 2013-03-31 12:46:28 +02:00
parent 3ee5a7d86a
commit fdfd3d5d9c

View file

@ -34,8 +34,8 @@ (define-module (guix scripts pull)
#: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)