Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: eb28ecdf7cdaaedff7943b7457c3e133488771f9
https://github.com/tribe29/checkmk/commit/eb28ecdf7cdaaedff7943b7457c3e1334…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/mod_auth_mellon/mod_auth_mellon.make
Log Message:
-----------
Revert "Fix mod_auth_mellon distro condition"
We really need it in the way it was before.
This reverts commit 0a7f041b438beaf0c576f5425a2eba784060a309.
Commit: 7acbbd5ba9916d397e429e4a8cc6d7d7c43735df
https://github.com/tribe29/checkmk/commit/7acbbd5ba9916d397e429e4a8cc6d7d7c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Revert "Fix sles conditions"
We really need it in the way it was before.
This reverts commit ddc0cb344124e9e05aea52b910cc513195969f6c.
Commit: 35d21685b6464ad6e074cb7465ae9ffde9864d0c
https://github.com/tribe29/checkmk/commit/35d21685b6464ad6e074cb7465ae9ffde…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Revert "Reverse the sles condition for lasso"
We really need it in the way it was before.
This reverts commit 8d0ae22caedf0ccc27ffd5e44983edc2902b7548.
Commit: 9716b18d84d80d43c0733d539bb96af62d7363e6
https://github.com/tribe29/checkmk/commit/9716b18d84d80d43c0733d539bb96af62…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/mod_auth_mellon/mod_auth_mellon.make
Log Message:
-----------
Add missing bin directory
Change-Id: I9e3265816047d43bf0a8e0a05fe33cbd788ce45f
Commit: 7474cb91989242b94df4c1a9af2bc928e3989f35
https://github.com/tribe29/checkmk/commit/7474cb91989242b94df4c1a9af2bc928e…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Unbreak lasso build
The 'make' command is executing python during processing and relied on
the OS Python. The build now failed because the implicit dependency on
six was removed from virtualenv which was needed here.
Since we have our own python in OMD, we should use this to have a
more deterministic build.
Change-Id: Ie382208c743a9e7374d63a5e4eb37a3ad234652c
Compare:
https://github.com/tribe29/checkmk/compare/e4e8ebe47606...7474cb919892