프로젝트

일반

사용자정보

개정판 c64c4af6

IDc64c4af68e80b6a2b0dfe7708075d4bdd917a66c
상위 867ec9bc
하위 11c16bbe

김연진이(가) 5년 이상 전에 추가함

issue #000 :package.bat 수정, packagex86.bat 추가

Change-Id: Ibd7611e521d22a99dce55f5f6d5ab064dbda7fde

차이점 보기:

package.bat
15 15

  
16 16
%CANDLE% ".\HYTOS.wxs" -out .\Setup\
17 17
IF %ERRORLEVEL% NEQ 0 goto :ERROR
18
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension
18
%LIGHT% -out ".\Setup\HYTOS-%1.msi" ".\Setup\HYTOS.wixobj" -ext WixUIExtension -ext WixUtilExtension
19 19
IF %ERRORLEVEL% NEQ 0 goto :ERROR
20 20

  
21 21
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi"
packagex86.bat
13 13

  
14 14
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.exe"
15 15

  
16
REM %CANDLE% ".\HYTOS.wxs" -out .\Setup\
17 16
%CANDLE% ".\HYTOSx86.wxs" -out .\Setup\
18 17
IF %ERRORLEVEL% NEQ 0 goto :ERROR
19 18
%LIGHT% -out ".\Setup\HYTOS-%1x86.msi" ".\Setup\HYTOSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension
......
22 21
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\HYTOS\Setup\*.msi"
23 22

  
24 23
REM deploy artifacts
25
REM ..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1.msi" -T ".\Setup\HYTOS-%1.msi"
26
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR
24
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/HYTOS/Setup/HYTOS-%1x86.msi" -T ".\Setup\HYTOS-%1x86.msi"
25
IF %ERRORLEVEL% NEQ 0 goto :ERROR
27 26

  
28 27
:EOF
29 28
ECHO process completed 
30
REM exit
29
exit
31 30

  
32 31
:ERROR
33
REM exit 1
32
exit 1

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)