Module: check_mk
Branch: master
Commit: 67743afee1764bb114ed59475ca7bd954412e1d2
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=67743afee1764b…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Mon Sep 8 11:58:41 2014 +0200
agent bakery: renamed msi_container.msi to vanilla_container.msi
---
agents/windows/msibuild/Makefile | 2 +-
agents/windows/msibuild/{msi_container.msi => vanilla_container.msi} | Bin 613376
-> 613376 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/windows/msibuild/Makefile b/agents/windows/msibuild/Makefile
index 8445fd4..9633f9c 100755
--- a/agents/windows/msibuild/Makefile
+++ b/agents/windows/msibuild/Makefile
@@ -51,5 +51,5 @@ msibuild:
exchange_msi_files: msibuild
mkdir -p work sources
cp ../check_mk_agent.exe ../check_mk_agent-64.exe ../check_mk.example.ini sources
- ./msi-update -v msi_container.msi sources $(BUILD_VERSION) $(CHECK_MK_VERSION)
+ ./msi-update -v vanilla_container.msi sources $(BUILD_VERSION) $(CHECK_MK_VERSION)
rm -rf work sources
diff --git a/agents/windows/msibuild/msi_container.msi
b/agents/windows/msibuild/vanilla_container.msi
similarity index 100%
rename from agents/windows/msibuild/msi_container.msi
rename to agents/windows/msibuild/vanilla_container.msi