개정판 71946024
issue #1187: PEMSS용 빌드 배치 파일 수정
Change-Id: Ibbf3a252a337788ce373f49d7e9625135c2cb65b
build.bat | ||
---|---|---|
22 | 22 |
Del Setup\ConvertService\*.wixpdb |
23 | 23 |
Del Setup\ConvertService\*.msi |
24 | 24 |
|
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" |
|
25 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
|
26 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.exe" |
|
27 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.exe" |
|
29 | 28 |
|
30 |
%CANDLE% ".\MARKUS.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
|
31 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
32 |
%CANDLE% ".\MARKUSx86.wxs" -out .\Setupx86\ |
|
33 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
34 | 29 |
%CANDLE% ".\FinalService.wxs" -out .\Setup\FinalService\ |
35 | 30 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
36 | 31 |
%CANDLE% ".\ConvertService.wxs" -out .\Setup\ConvertService\ |
37 | 32 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
38 |
%CANDLE% ".\MARKUS_daelim.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
|
39 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
40 |
%CANDLE% ".\MARKUS_daelim_test.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
|
41 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
42 |
%CANDLE% ".\FinalService_daelim.wxs" -out .\Setup\FinalService\ |
|
43 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
44 | 33 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
45 | 34 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
46 | 35 |
|
47 | 36 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
48 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
49 |
REM %LIGHT% -out ".\Setupx86\MARKUSx86-%1.msi" ".\Setupx86\MARKUSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
50 | 37 |
%LIGHT% -out ".\Setup\FinalService\FinalService-%1.msi" ".\Setup\FinalService\FinalService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
51 | 38 |
%LIGHT% -out ".\Setup\ConvertService\ConvertService-%1.msi" ".\Setup\ConvertService\ConvertService.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
52 |
%LIGHT% -out ".\Setup\MARKUS-Daelim-%1.msi" ".\Setup\MARKUS_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
53 |
%LIGHT% -out ".\Setup\MARKUS-DaelimTest-%1.msi" ".\Setup\MARKUS_daelim_test.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
54 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
55 | 39 |
%LIGHT% -out ".\Setup\MARKUS-PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
56 | 40 |
|
57 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\*.msi" |
|
58 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
|
59 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\FinalService\*.msi" |
|
60 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setup\ConvertService\*.msi" |
|
41 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
|
42 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.msi" |
|
43 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\ConvertService\*.msi" |
|
61 | 44 |
|
62 | 45 |
REM deploy artifacts |
63 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi" |
|
64 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
65 |
REM ..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUSx86-%1.msi" -T ".\Setupx86\MARKUSx86-%1.msi" |
|
66 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
67 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-Daelim-%1.msi" -T ".\Setup\MARKUS-Daelim-%1.msi" |
|
68 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
69 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-DaelimTest-%1.msi" -T ".\Setup\MARKUS-DaelimTest-%1.msi" |
|
70 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
71 | 46 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/FinalService/FinalService-%1.msi" -T ".\Setup\FinalService\FinalService-%1.msi" |
72 | 47 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
73 |
..\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" |
|
74 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
75 | 48 |
..\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" |
76 | 49 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
77 | 50 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-PEMSS-%1.msi" -T ".\Setup\MARKUS-PEMSS-%1.msi" |
내보내기 Unified diff