bootstrap.image.upload: scp is included with windows git now.

pscp is not necessary anymore and in fact is a more effort to set up.
master
Doug Coleman 2020-04-21 01:15:19 -05:00
parent 75d82c2a93
commit bb1dbc887b
1 changed files with 1 additions and 8 deletions

View File

@ -47,14 +47,7 @@ SYMBOL: build-images-destination
] each ] each
] with-file-writer ; ] with-file-writer ;
! Windows scp doesn't like pathnames with colons, it treats them as hostnames. : scp-name os ( -- path ) "scp" ;
! Workaround for uploading checksums.txt created with temp-file.
! e.g. C:\Users\\Doug\\AppData\\Local\\Temp/factorcode.org\\Factor/checksums.txt
! ssh: Could not resolve hostname c: no address associated with name
HOOK: scp-name os ( -- path )
M: object scp-name "scp" ;
M: windows scp-name "pscp" ;
: upload-images ( -- ) : upload-images ( -- )
[ [