Explorar o código

AMBARI-4525 - Fix Ambari MSI build process

tbeerbower %!s(int64=11) %!d(string=hai) anos
pai
achega
dcb90c9d2e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      contrib/ambari-scom/msi/build.cmd

+ 2 - 1
contrib/ambari-scom/msi/build.cmd

@@ -41,7 +41,8 @@ echo MSI build failed
 exit /b 1
 )
 popd || exit /b 1
-copy /y "..\management-pack\Hadoop_MP\Installer\bin\Debug\en-us\AmbariSCOMManagementPack.msi" "%cd%\ambari-scom-mp.msi" || exit /b 1
+copy /y "%cd%\src\ambari-scom.msi" "%cd%\ambari-scom.msi" || exit /b 1
+copy /y "..\management-pack\Hadoop_MP\Installer\bin\Debug\en-us\AmbariSCOMManagementPack.msi" "%cd%\AmbariSCOMManagementPack.msi" || exit /b 1
 
 echo Cleaning 
 del /f /q "%cd%\src\ambari-scom.wixobj"  || exit /b 1