Merge branch 'master' of git://factorcode.org/git/factor
commit
1bc0290c7d
|
@ -21,7 +21,7 @@ IN: builder.release.branch
|
||||||
{
|
{
|
||||||
"scp"
|
"scp"
|
||||||
my-boot-image-name
|
my-boot-image-name
|
||||||
"factorcode.org:/var/www/factorcode.org/newsite/images/clean"
|
{ "factorcode.org:/var/www/factorcode.org/newsite/images/clean/" platform }
|
||||||
}
|
}
|
||||||
to-strings
|
to-strings
|
||||||
try-process ;
|
try-process ;
|
||||||
|
|
|
@ -22,7 +22,8 @@ IN: update
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
: remote-clean-image ( -- url )
|
: remote-clean-image ( -- url )
|
||||||
"http://factorcode.org/images/clean/" my-boot-image-name append ;
|
{ "http://factorcode.org/images/clean/" platform "/" my-boot-image-name }
|
||||||
|
to-string ;
|
||||||
|
|
||||||
: download-clean-image ( -- ) remote-clean-image download ;
|
: download-clean-image ( -- ) remote-clean-image download ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue