Quantcast
Viewing all articles
Browse latest Browse all 1140

Installation and Upgrade • Re: Error on build Zimbra 10 FOSS

I had the same issue with last version (10.0.6).
I'm pretty sure you were using the latest commit from zm-build's develop branch.

Make sure to use the closest zm-build tag for your version to build correctly.

E.g.

Code:

git clone --depth 1 --branch 10.0.6 git@github.com:Zimbra/zm-build.git
instead of:

Code:

git clone --depth 1 git@github.com:Zimbra/zm-build.git
What you describe matches an hypothetical ongoing work related to Zimbra 10.1 which would add an additional git repo to the build setup.
That additional git repo must have a tag similar to 10.1.0. The build fails because the new repo does not have any of the tags in your default tag list (

Code:

10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA,10.0.0
).

If you stick to 10.0.6 zm-build's tag there is not a new repo and everything should build as expected.

Statistics: Posted by adrian.gibanel.btactic — Fri Feb 02, 2024 3:52 pm



Viewing all articles
Browse latest Browse all 1140

Trending Articles