Skip to content

Commit

Permalink
version 2.61.20171220-labs-edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kraus committed Dec 20, 2017
1 parent 21bd9e8 commit 61a2c8e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BUILD_CACHE=/opt/share/cache/omd-labs
4 changes: 2 additions & 2 deletions Makefile.omd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General settings included by all packages

OMD_VERSION = 2.60-labs-edition
OMD_SERIAL = 42
OMD_VERSION = 2.61.20171220-labs-edition
OMD_SERIAL = 43
OMD_BASE = /omd
OMD_PHYSICAL_BASE = /opt/omd
OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/omd/omd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback
import tarfile, fnmatch
from subprocess import *

OMD_VERSION = "2.60-labs-edition"
OMD_VERSION = "2.61.20171220-labs-edition"

# Some global variables
opt_verbose = False
Expand Down
2 changes: 1 addition & 1 deletion packages/thruk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../../Makefile.omd

NAME = thruk
VERSION = 2.16-2
VERSION = 2.17
DIR = $(NAME)-$(VERSION)
PERLARCH = $(shell $(PERL) -e 'use Config; print $$Config{archname}')

Expand Down
Binary file removed packages/thruk/thruk-2.16-2.tar.gz
Binary file not shown.
Binary file added packages/thruk/thruk-2.17.tar.gz
Binary file not shown.

0 comments on commit 61a2c8e

Please sign in to comment.