개정판 14bbabc0
build.bat,MARKUS_html.template 수정
- 효성 추가
Change-Id: I96151b99662a9b47eb95b77b9a90b75e65100cdf
MARKUS_html.template | ||
---|---|---|
162 | 162 |
<tr> |
163 | 163 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/SNI/FinalService/FinalService-SNI-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">FinalService-SNI-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
164 | 164 |
</tr> |
165 |
<td>HyoSung</td> |
|
166 |
</tr> |
|
167 |
<tr> |
|
168 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/${project.name}-HyoSung-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">${project.name}-HyoSung-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
169 |
</tr> |
|
165 | 170 |
</table> |
166 | 171 |
<% } %> |
167 | 172 |
|
build.bat | ||
---|---|---|
25 | 25 |
Del .\Setup\SNI\*.wixpdb |
26 | 26 |
Del .\Setup\SNI\*.msi |
27 | 27 |
|
28 |
Del .\Setup\HyoSung\*.wixobj |
|
29 |
Del .\Setup\HyoSung\*.wixpdb |
|
30 |
Del .\Setup\HyoSung\*.msi |
|
31 |
|
|
28 | 32 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
29 | 33 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setupx86\*.exe" |
30 | 34 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\FinalService\*.exe" |
... | ... | |
48 | 52 |
IF %ERRORLEVEL% NEQ 0 goto :ERRO |
49 | 53 |
%CANDLE% ".\FinalService_SNI.wxs" -out .\Setup\SNI\ |
50 | 54 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
55 |
%CANDLE% ".\MARKUS_HyoSung.wxs" -out .\Setup\HyoSung\ |
|
56 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
51 | 57 |
|
52 | 58 |
%LIGHT% -out ".\Setup\MARKUS-%1.msi" ".\Setup\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
53 | 59 |
REM %LIGHT% -out ".\Setupx86\MARKUSx86-%1.msi" ".\Setupx86\MARKUSx86.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
... | ... | |
58 | 64 |
%LIGHT% -out ".\Setup\FinalService\FinalService-Daelim-%1.msi" ".\Setup\FinalService\FinalService_daelim.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
59 | 65 |
%LIGHT% -out ".\Setup\SNI\MARKUS-SNI-%1.msi" ".\Setup\SNI\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
60 | 66 |
%LIGHT% -out ".\Setup\SNI\FinalService-SNI-%1.msi" ".\Setup\SNI\FinalService_SNI.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
67 |
%LIGHT% -out ".\Setup\MARKUS-HyoSung-%1.msi" ".\Setup\HyoSung\MARKUS.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension |
|
61 | 68 |
|
62 | 69 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
63 | 70 |
REM %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 "c:\Temp\workspace\MARKUS\Setupx86\*.msi" |
... | ... | |
66 | 73 |
REM SNI용 설치파일을 디지털 서명한다 |
67 | 74 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\SNI\*.msi" |
68 | 75 |
|
76 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\HyoSung\*.msi" |
|
77 |
|
|
69 | 78 |
REM deploy artifacts |
70 | 79 |
%CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-%1.msi" -T ".\Setup\MARKUS-%1.msi" |
71 | 80 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
... | ... | |
88 | 97 |
%CURL% -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 | 98 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
90 | 99 |
|
100 |
REM HyoSung용 설치 파일들을 Artifactory에 배포한다 |
|
101 |
%CURL% -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-HyoSung-%1.msi" -T ".\Setup\MARKUS-HyoSung-%1.msi" |
|
102 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
103 |
|
|
91 | 104 |
:EOF |
92 | 105 |
ECHO process completed |
93 | 106 |
exit |
내보내기 Unified diff