]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: latest -> master
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 07:56:12 +0000 (01:56 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 07:56:12 +0000 (01:56 -0600)
basis/bootstrap/image/download/download.factor
basis/bootstrap/image/upload/upload.factor

index f58a53250b5c622eaa80ab6b06d8f71f326131a3..fa11caa0cf4d2d198d22126b034b1f25a32c473f 100644 (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
index 8ae4c1a1af0f79c5affa1269c8181b430c5646ec..08f3d023613f90da55ff66f6e85bc7c00b8b7ede 100644 (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 )