Ver Fonte

AMBARI-4525 - Fix Ambari MSI build process

tbeerbower há 11 anos atrás
pai
commit
dcb90c9d2e
1 ficheiros alterados com 2 adições e 1 exclusões
  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