[omd-commits] OMD Git: omd: release 1.30
git version control
git at mathias-kettner.de
Fri Oct 2 21:06:45 CEST 2015
Module: omd
Branch: master
Commit: 841db2d461b4dba7ec2ae8c7243e400ec10adbac
URL: http://omdistro.org/projects/omd/repository/revisions/841db2d461b4dba7ec2ae8c7243e400ec10adbac
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Thu Oct 1 16:47:05 2015 +0200
Commiter: Build Automat <build at localhost>
Date: Fri Oct 2 10:50:40 2015 +0200
release 1.30
Signed-off-by: Sven Nierlein <Sven.Nierlein at consol.de>
---
Changelog | 2 +-
Makefile.omd | 4 ++--
packages/omd/omd | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changelog b/Changelog
index b79f922..c61d099 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,6 @@
This file documents the revision history for the Open Monitoring Distribution
-1.30 (next, not yet released)
+1.30 Oct 01 2014
- omd:
- Added "Basic / ADMIN_MAIL" hook to configure the target mail
address for eMails sent to the site user (e.g. created by
diff --git a/Makefile.omd b/Makefile.omd
index 332e691..4cb3625 100644
--- a/Makefile.omd
+++ b/Makefile.omd
@@ -1,7 +1,7 @@
# General settings included by all packages
-OMD_VERSION = 1.20
-OMD_SERIAL = 33
+OMD_VERSION = 1.30
+OMD_SERIAL = 35
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 c138ae5..9c9dc4a 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, tarfile
from subprocess import *
-OMD_VERSION = "1.20"
+OMD_VERSION = "1.30"
# Some global variables
opt_verbose = False
More information about the omd-commits
mailing list