Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 775

Developers • Re: ZCS 10.1.1 Foss Build - [BUG] - Fails to build - zmdbupgrade.pl : No such file or directory

$
0
0
After additional inspection I conclude that the command run was more similar to:

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
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:
  • 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



Viewing all articles
Browse latest Browse all 775

Trending Articles