On Thu, 2025-10-30 at 19:32 +0200, Aki Tuomi via dovecot wrote:
Just don't generate version file, and use
dovecot_config_version = 0.0.0. This means same as "latest". Which is one of the reason main is 0.0.0, so that you don't build from main and falsely think it's release version.Aki
Thanks - certainly can change the test configs to use config version 0.0.0 thanks. Good to know it means 'latest'!
We cannot mix up git head build as it is built as a separate package (dovecot-git) which is marked to "conflict" with any released package. So only 1 of dovecot or dovecot-git can be installed, and it's clear which version is installed.
thanks again.
-- Gene
On Thu, 2025-10-30 at 19:32 +0200, Aki Tuomi via dovecot wrote:
Just don't generate version file, and use `dovecot_config_version =
0.0.0`. This means same as "latest". Which is one of the reason main is
0.0.0, so that you don't build from main and falsely think it's release
version.
Aki
Thanks - certainly can change the test configs to use config version 0.0.0 thanks. Good to know it means 'latest'! We cannot mix up git head build as it is built as a separate package (dovecot-git) which is marked to "conflict" with any released package. So only 1 of dovecot or dovecot-git can be installed, and it's clear which version is installed. thanks again.
--
Gene