[omd-commits] OMD Git: omd: version 1.31.20160518
git version control
git at mathias-kettner.de
Wed May 18 17:54:40 CEST 2016
Module: omd
Branch: master
Commit: eb6569a355b635e598ca7503b406a67e7c8fd31a
URL: http://omdistro.org/projects/omd/repository/revisions/eb6569a355b635e598ca7503b406a67e7c8fd31a
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Wed May 18 17:54:25 2016 +0200
Commiter: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Wed May 18 17:54:25 2016 +0200
version 1.31.20160518
---
.config | 1 +
Makefile.omd | 4 ++--
packages/omd/omd | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.config b/.config
new file mode 100644
index 0000000..4013d3e
--- /dev/null
+++ b/.config
@@ -0,0 +1 @@
+BUILD_CACHE=/opt/share/cache
diff --git a/Makefile.omd b/Makefile.omd
index 4cb3625..ab870b2 100644
--- a/Makefile.omd
+++ b/Makefile.omd
@@ -1,7 +1,7 @@
# General settings included by all packages
-OMD_VERSION = 1.30
-OMD_SERIAL = 35
+OMD_VERSION = 1.31.20160518
+OMD_SERIAL = 36
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 93994a2..e05a95d 100644
--- a/packages/omd/omd
+++ b/packages/omd/omd
@@ -28,7 +28,7 @@ import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback
import tarfile, fnmatch
from subprocess import *
-OMD_VERSION = "1.30"
+OMD_VERSION = "1.31.20160518"
# Some global variables
opt_verbose = False
More information about the omd-commits
mailing list