factor: latest -> master
parent
2d8d374d7d
commit
034337fd02
|
@ -4,7 +4,7 @@ USING: assocs bootstrap.image checksums checksums.md5
|
||||||
http.client io.files kernel math.parser splitting urls ;
|
http.client io.files kernel math.parser splitting urls ;
|
||||||
IN: bootstrap.image.download
|
IN: bootstrap.image.download
|
||||||
|
|
||||||
CONSTANT: url URL" http://downloads.factorcode.org/images/latest/"
|
CONSTANT: url URL" http://downloads.factorcode.org/images/master/"
|
||||||
|
|
||||||
: download-checksums ( -- alist )
|
: download-checksums ( -- alist )
|
||||||
url "checksums.txt" >url derive-url http-get nip
|
url "checksums.txt" >url derive-url http-get nip
|
||||||
|
|
|
@ -12,7 +12,7 @@ SYMBOL: build-images-destination
|
||||||
|
|
||||||
: latest-destination ( -- dest )
|
: latest-destination ( -- dest )
|
||||||
upload-images-destination get
|
upload-images-destination get
|
||||||
"sheeple@downloads.factorcode.org:downloads.factorcode.org/images/latest/"
|
"sheeple@downloads.factorcode.org:downloads.factorcode.org/images/master/"
|
||||||
or ;
|
or ;
|
||||||
|
|
||||||
: build-destination ( -- dest )
|
: build-destination ( -- dest )
|
||||||
|
|
Loading…
Reference in New Issue