After additional inspection I conclude that the command run was more similar to:
The difference is the git-default-tag which it's changed from 10.1.1,10.1.0 to 10.1.1,10.1.0.beta,10.1.0.
So I think that problem relies on these:
In any case I will rewrite the tag helper so that the beta tags always are found at the very end of git-default-tag and we will see if it now wants to build.
Code:
git clone --depth 1 --branch 10.1.1 git@github.com:Zimbra/zm-build.gitcd zm-buildENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.1.1,10.1.0.beta,10.1.0 --build-release-no=10.1.1 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-no 5200011 --build-thirdparty-server=files.zimbra.com --no-interactive
So I think that problem relies on these:
- I changed my tag helper to allow beta tags
- Synacor probably uploaded a 10.0.1.beta tag after the 10.1.0 tag. (not sure about that).
In any case I will rewrite the tag helper so that the beta tags always are found at the very end of git-default-tag and we will see if it now wants to build.
Statistics: Posted by adrian.gibanel.btactic — Mon Sep 23, 2024 6:19 pm