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.
master
Ludovic Courtès 2013-03-31 12:46:28 +02:00
parent 3ee5a7d86a
commit fdfd3d5d9c
1 changed files with 2 additions and 2 deletions

View File

@ -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)