개정판 38df51fd
issue #937: fixed build.bat for SNI
Change-Id: If276856c572558538d0a169a1981a3a79861260c
build.bat | ||
---|---|---|
21 | 21 |
Del Setup\ConvertService\*.wixobj |
22 | 22 |
Del Setup\ConvertService\*.wixpdb |
23 | 23 |
Del Setup\ConvertService\*.msi |
24 |
Del .\Setup\SNI\*.wixobj |
|
25 |
Del .\Setup\SNI\*.wixpdb |
|
26 |
Del .\Setup\SNI\*.msi |
|
24 | 27 |
|
25 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.exe"
|
|
26 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.exe"
|
|
27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.exe"
|
|
28 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.exe"
|
|
28 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe"
|
|
29 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setupx86\*.exe"
|
|
30 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.exe"
|
|
31 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.exe"
|
|
29 | 32 |
|
30 | 33 |
%CANDLE% ".\MARKUS.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
31 | 34 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
... | ... | |
41 | 44 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
42 | 45 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
43 | 46 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
44 |
%CANDLE% ".\FinalService_SNI.wxs" -out .\Setup\FinalService\ |
|
47 |
%CANDLE% ".\Site\SNI\MARKUS.wxs" -out .\Setup\SNI\ |
|
48 |
IF %ERRORLEVEL% NEQ 0 goto :ERRO |
|
49 |
%CANDLE% ".\FinalService_SNI.wxs" -out .\Setup\SNI\ |
|
45 | 50 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
46 | 51 |
|
47 | 52 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
... | ... | |
51 | 56 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
52 | 57 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
53 | 58 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
54 |
%LIGHT% -out ".\Setup\FinalService\FinalService-SNI-%1.msi" ".\Setup\FinalService\FinalService_SNI.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
59 |
%LIGHT% -out ".\Setup\SNI\MARKUS-SNI-%1.msi" ".\Setup\SNI\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
60 |
%LIGHT% -out ".\Setup\SNI\FinalService-SNI-%1.msi" ".\Setup\SNI\FinalService_SNI.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
55 | 61 |
|
56 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi"
|
|
62 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi"
|
|
57 | 63 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
58 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
|
59 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.msi" |
|
64 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.msi" |
|
65 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.msi" |
|
66 |
REM SNI용 설치파일을 디지털 서명한다 |
|
67 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\SNI\*.msi" |
|
60 | 68 |
|
61 | 69 |
REM deploy artifacts |
62 | 70 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi" |
... | ... | |
71 | 79 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
72 | 80 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-Daelim-%1.msi" -T ".\Setup\FinalService\FinalService-Daelim-%1.msi" |
73 | 81 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
74 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/SNI/FinalService/FinalService-SNI-%1.msi" -T ".\Setup\FinalService\FinalService-SNI-%1.msi" |
|
75 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
76 | 82 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/ConvertService/ConvertService-%1.msi" -T ".\Setup\ConvertService\ConvertService-%1.msi" |
77 | 83 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
78 | 84 |
|
85 |
REM SNI용 설치 파일들을 Artifactory에 배포한다 |
|
86 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/SNI/MARKUS-SNI-%1.msi" -T ".\Setup\SNI\MARKUS-SNI-%1.msi" |
|
87 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
88 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/SNI/FinalService-SNI-%1.msi" -T ".\Setup\SNI\FinalService-SNI-%1.msi" |
|
89 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
90 |
|
|
79 | 91 |
:EOF |
80 | 92 |
ECHO process completed |
81 | 93 |
exit |
내보내기 Unified diff