You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by tb...@apache.org on 2014/02/01 04:03:14 UTC

git commit: Un REM out MSI

Updated Branches:
  refs/heads/branch-1.4.4 0da55c838 -> 6596dbab5


Un REM out MSI


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6596dbab
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6596dbab
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6596dbab

Branch: refs/heads/branch-1.4.4
Commit: 6596dbab55c4db5ad379a51ee4f4cb62ab9d1cb1
Parents: 0da55c8
Author: tbeerbower <tb...@hortonworks.com>
Authored: Fri Jan 31 22:02:55 2014 -0500
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Fri Jan 31 22:02:55 2014 -0500

----------------------------------------------------------------------
 contrib/ambari-scom/package.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6596dbab/contrib/ambari-scom/package.bat
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/package.bat b/contrib/ambari-scom/package.bat
index f657069..ab3ab2b 100644
--- a/contrib/ambari-scom/package.bat
+++ b/contrib/ambari-scom/package.bat
@@ -47,12 +47,12 @@ copy management-pack\Hadoop_MP\ManagementMp\bin\Debug\*.mpb %MP_DIR% || exit /b
 copy management-pack\Hadoop_MP\HadoopMp\bin\Debug\*.mpb %MP_DIR% || exit /b 1
 copy management-pack\Hadoop_MP\PresentationMp\bin\Debug\*.mpb %MP_DIR% || exit /b 1
 
-REM copy msi\*.msi %FINAL_ZIPS% || exit /b 1
+copy msi\*.msi %FINAL_ZIPS% || exit /b 1
 copy README.md %FINAL_ZIPS% || exit /b 1
 
 
-REM powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%SCOM_DIR%" "%FINAL_ZIPS%\server.zip" || exit /b 1
-REM powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%SINK_DIR%" "%FINAL_ZIPS%\metrics-sink.zip" || exit /b 1
-REM powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%MP_DIR%" "%FINAL_ZIPS%\mp.zip" || exit /b 1
+powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%SCOM_DIR%" "%FINAL_ZIPS%\server.zip" || exit /b 1
+powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%SINK_DIR%" "%FINAL_ZIPS%\metrics-sink.zip" || exit /b 1
+powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%MP_DIR%" "%FINAL_ZIPS%\mp.zip" || exit /b 1
 
 powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command "%cd%\msi\build\zip.ps1" "%FINAL_ZIPS%" "%ARTIFACT_DIR%\ambari-scom-%SCOM_VERSION%.zip" || exit /b 1