Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 68d975e7fb3985b196d3b6412d77ea41bd9b04fa
https://github.com/Checkmk/checkmk/commit/68d975e7fb3985b196d3b6412d77ea41b…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M omd/packages/omd/omdlib/main.py
M tests/unit/omdlib/test_omdlib_main.py
Log Message:
-----------
omd update: Don't try to set permissions on not existing paths
Change-Id: I61f4de60ad8744e6d439c23445b7ae93509f95df
Commit: 46c36c786787fcc0b8d1b4f12effb01029ffc1b7
https://github.com/Checkmk/checkmk/commit/46c36c786787fcc0b8d1b4f12effb0102…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
Fix "omd mv"
In 2.3 "omd mv" failed to update the files managed by the skel
mechanism with this error message:
```
Moving site lmtest3 to lmtest2...
Error patching template file '/omd/sites/lmtest2/./.bashrc': Failed to determine
site version
(...)
```
The replacements of the "old site" could previously not be determined
correctly because the files of the site, including the version symlink,
were already moved to the new site name. With the version symlink being
moved, the ###EDITION### macro could not be computed anymore.
Change-Id: Ieabf35849ba9174ce699de75f7963c3791d00f02
Compare:
https://github.com/Checkmk/checkmk/compare/39bba79985d3...46c36c786787
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications