Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-04-29 06:02:06 -05:00
commit 1bc0290c7d
2 changed files with 3 additions and 2 deletions

View File

@ -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 ;

View File

@ -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 ;