mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
3ee5a7d86a
commit
fdfd3d5d9c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue