fixing FTP access
This commit is contained in:
parent
6de6529671
commit
c6bbd53f1f
|
@ -4,9 +4,11 @@ doxygen
|
|||
IF NOT ERRORLEVEL echo doxygen run FAILED
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
||||
set FTP_SERVER=home451478433.1and1-data.host
|
||||
|
||||
|
||||
rem http://www.ncftp.com/download/
|
||||
rem actually Cygwin http://rusefi.com/wiki/index.php?title=Internal:Software:Build_Server
|
||||
cd ../doxygen
|
||||
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% rusefi.com /html html/*
|
||||
ncftpput -R -v -u u71977750-docs -p %RUSEFI_DOXYGEN_FTP_PASS% %FTP_SERVER% /html html/*
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ rem This script would compile firmware, dev console and win32 simulator into a s
|
|||
rem This script depends on Cygwin tools: zip
|
||||
rem
|
||||
|
||||
FTP_SERVER=home451478433.1and1-data.host
|
||||
set FTP_SERVER=home451478433.1and1-data.host
|
||||
|
||||
echo build_current_bundle.bat: Hello rusEfi build full bundle
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
echo I am unit_tests.bat
|
||||
|
||||
FTP_SERVER=home451478433.1and1-data.host
|
||||
set FTP_SERVER=home451478433.1and1-data.host
|
||||
|
||||
cd firmware
|
||||
|
||||
|
|
Loading…
Reference in New Issue