factor: latest -> master

factor-shell
Doug Coleman 2017-12-09 01:56:12 -06:00
parent 2d8d374d7d
commit 034337fd02
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ USING: assocs bootstrap.image checksums checksums.md5
http.client io.files kernel math.parser splitting urls ;
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 )
url "checksums.txt" >url derive-url http-get nip

View File

@ -12,7 +12,7 @@ SYMBOL: build-images-destination
: latest-destination ( -- dest )
upload-images-destination get
"sheeple@downloads.factorcode.org:downloads.factorcode.org/images/latest/"
"sheeple@downloads.factorcode.org:downloads.factorcode.org/images/master/"
or ;
: build-destination ( -- dest )