Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: fba4f6a1e154d6f164c56c94a9ad7f95bee3862b
https://github.com/Checkmk/checkmk/commit/fba4f6a1e154d6f164c56c94a9ad7f95b…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M buildscripts/scripts/build-cloud-images.groovy
M packer/.gitignore
Log Message:
-----------
Fix rate limit issue with Packer builds
We do an init everytime we build the cloud images. Because we use a
container the old init is not available anymore as it stored in
`~/.config/packer`. Now we place the config dir which contains the
plugins into the packer directory of the checkout. This should turn
`packer init .` into a no-op unless we clean the checkout directory.
Change-Id: Ic323ea11820cf6d27f76b1ea199e3e080d856d03
Commit: 9ec4beb43442b86f150ab27c2dc42e3829f0abf7
https://github.com/Checkmk/checkmk/commit/9ec4beb43442b86f150ab27c2dc42e382…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M buildscripts/scripts/build-cloud-images.groovy
Log Message:
-----------
use packer envvars in all packer calls
Change-Id: I57341bb2030d4c4b421fb6225ef132cdfc315eb4
Commit: f5a819e544883ce8b98f3186c8e7764e5f39412c
https://github.com/Checkmk/checkmk/commit/f5a819e544883ce8b98f3186c8e7764e5…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M buildscripts/scripts/build-cloud-images.groovy
Log Message:
-----------
fix cloud image groocy bug
well we need to pass the variable to the function.
Maybe we can have some linter for that? But also groovy linters kind of
suck.
Change-Id: I265fef2edf1abed3a32d33d63a644329168d829f
Compare:
https://github.com/Checkmk/checkmk/compare/8670437a5b3a...f5a819e54488
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications