~ruther/guix-local

fdfd3d5d9c647876a0d7422b25fde1a6b8e9e654 — Ludovic Courtès 13 years ago 3ee5a7d
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M guix/scripts/pull.scm
M guix/scripts/pull.scm => guix/scripts/pull.scm +2 -2
@@ 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)