From: Bert Belder Date: Thu, 8 Jan 2015 15:22:37 +0000 (+0100) Subject: win,build: remove upload target from vcbuild.bat X-Git-Tag: v1.0.0~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e40ae673646fa608a49c4a939dd64b4eb060204;p=platform%2Fupstream%2Fnodejs.git win,build: remove upload target from vcbuild.bat PR-URL: https://github.com/iojs/io.js/pull/263 Reviewed-By: Ben Noordhuis --- diff --git a/vcbuild.bat b/vcbuild.bat index aafa8e2..45b82d1 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -26,7 +26,6 @@ set test= set test_args= set msi= set licensertf= -set upload= set jslint= set buildnodeweak= set noetw= @@ -62,7 +61,6 @@ if /i "%1"=="test-gc" set test=test-gc&set buildnodeweak=1&goto arg-ok if /i "%1"=="test-all" set test=test-all&set buildnodeweak=1&goto arg-ok if /i "%1"=="test" set test=test&goto arg-ok if /i "%1"=="msi" set msi=1&set licensertf=1&goto arg-ok -if /i "%1"=="upload" set upload=1&goto arg-ok if /i "%1"=="jslint" set jslint=1&goto arg-ok if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok @@ -77,7 +75,6 @@ shift goto next-arg :args-done -if defined upload goto upload if defined jslint goto jslint if "%config%"=="Debug" set debug_arg=--debug @@ -196,17 +193,6 @@ goto exit echo Failed to create vc project files. goto exit -:upload -echo uploading .exe .msi .pdb to nodejs.org -call :getnodeversion -@echo on -ssh node@nodejs.org mkdir -p web/nodejs.org/dist/v%NODE_VERSION% -scp Release\node.msi node@nodejs.org:~/web/nodejs.org/dist/v%NODE_VERSION%/node-v%NODE_VERSION%.msi -scp Release\node.exe node@nodejs.org:~/web/nodejs.org/dist/v%NODE_VERSION%/node.exe -scp Release\node.pdb node@nodejs.org:~/web/nodejs.org/dist/v%NODE_VERSION%/node.pdb -@echo off -goto exit - :jslint echo running jslint set PYTHONPATH=tools/closure_linter/