[omd-commits] OMD Git: omd: release 0.54
git version control
git at mathias-kettner.de
Sun Apr 1 14:05:25 CEST 2012
Module: omd
Branch: master
Commit: e721c2f7278a213cc732a78bc23f4f9d0572a78d
URL: http://omdistro.org/projects/omd/repository/revisions/e721c2f7278a213cc732a78bc23f4f9d0572a78d
Author: Sven Nierlein <sven at nierlein.de>
Date: Sun Apr 1 13:22:07 2012 +0200
Commiter: Sven Nierlein <sven at nierlein.de>
Date: Sun Apr 1 13:45:00 2012 +0200
release 0.54
---
Changelog | 2 +-
Makefile.omd | 4 ++--
packages/omd/omd | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changelog b/Changelog
index 18a105f..a5b4712 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,5 @@
This file documents the revision history for the Open Monitoring Distribution
-0.54
+0.54 Apr 02 2012
- omd:
- FIX: Fixed "omd umount" command when running without specific site
- new option --kill for umount, rm and disable, that will kill
diff --git a/Makefile.omd b/Makefile.omd
index 3207f14..e2e17a2 100644
--- a/Makefile.omd
+++ b/Makefile.omd
@@ -1,7 +1,7 @@
# General settings included by all packages
-OMD_VERSION = 0.52
-OMD_SERIAL = 27
+OMD_VERSION = 0.54
+OMD_SERIAL = 28
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION)
diff --git a/packages/omd/omd b/packages/omd/omd
index bd5a535..97f372d 100644
--- a/packages/omd/omd
+++ b/packages/omd/omd
@@ -27,7 +27,7 @@
import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback
from subprocess import *
-OMD_VERSION = "0.52"
+OMD_VERSION = "0.54"
# colored output, if stdout is a tty
on_tty = sys.stdout.isatty()
More information about the omd-commits
mailing list