Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 7486789564383f83a4f1cd5e6c8798e6a7ab41d0
https://github.com/tribe29/checkmk/commit/7486789564383f83a4f1cd5e6c8798e6a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M cmk/base/automations/check_mk.py
Log Message:
-----------
Partially revert the cStringIO changes, trying to unbreak our integration tests.
io.StringIO is *not* a drop-in replacement for cStringIO.StringIO, the
latter does an implicit conversion from unicode to str. Furthermore,
sys.stdout and friends have type IO[str] in both Python 2 and 3, so neither
io.BytesIO nor io.StringIO is a portable solution here. We'll have to
figure out how to fix things here later.
Change-Id: I82f4e33511cf2622dd963018a6a5e9397349e9ae
Commit: cba17906338cd92cf6a9a575b3e155454e0b12cc
https://github.com/tribe29/checkmk/commit/cba17906338cd92cf6a9a575b3e155454…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M omd/packages/python3-modules/python3-modules.make
M virtual-envs/3.7/Pipfile
M virtual-envs/3.7/Pipfile.lock
Log Message:
-----------
Trying to reanimate our builds... (part 2)
Change-Id: Iee71229d14a17393e4e906071f0c63b2dcc3abec
Compare:
https://github.com/tribe29/checkmk/compare/9f537f98d121...cba17906338c