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 03:55:15 UTC

git commit: Temp REM out MSI

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


Temp 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/0da55c83
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0da55c83
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0da55c83

Branch: refs/heads/branch-1.4.4
Commit: 0da55c83821888297f436b83b479c8344593ebb6
Parents: bd344a8
Author: tbeerbower <tb...@hortonworks.com>
Authored: Fri Jan 31 21:54:49 2014 -0500
Committer: tbeerbower <tb...@hortonworks.com>
Committed: Fri Jan 31 21:54:49 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/0da55c83/contrib/ambari-scom/package.bat
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/package.bat b/contrib/ambari-scom/package.bat
index ab3ab2b..f657069 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
 
-copy msi\*.msi %FINAL_ZIPS% || exit /b 1
+REM copy msi\*.msi %FINAL_ZIPS% || exit /b 1
 copy README.md %FINAL_ZIPS% || 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
+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" "%FINAL_ZIPS%" "%ARTIFACT_DIR%\ambari-scom-%SCOM_VERSION%.zip" || exit /b 1