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

Developers • Re: Build Release 10.0.2.GA.0001 myself - some questions about upgrading and security

$
0
0
10.0.2 has been released https://wiki.zimbra.com/wiki/Zimbra_Releases/10.0.2
You can find the latest released tags in the https://github.com/Zimbra/zm-build/tags.
10.0.1 is the latest tag of zm-build repo for the ZCS 10.0.0 .
10.0.2 has been released but you can't find 10.0.2 tag in the https://github.com/Zimbra/zm-build/tags. It means tags would be created for the release if there are changes in that repo, in zm-build repo we don't have any changes for 10.0.2 release so that 10.0.2 tag is not created for the zm-build repo. But for the zm-mailbox repo you can find the tag 10.0.2 https://github.com/Zimbra/zm-mailbox/tags because we have changes from zm-mailbox repo for 10.0.2 release so tag 10.0.2 is created for zm-mailbox repo.

You should the create the build from the tags not from the develop branch.

Building:
mkdir installer-build
cd installer-build
git clone --depth 1 --branch 10.0.1 git@github.com:Zimbra/zm-build.git (Here 10.0.1 is the latest released tag of zm-build repo)
cd zm-build
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.2,10.0.1,10.0.0-GA --build-release-no=10.0.2 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --no-interactive

Here --git-default-tag=10.0.2,10.0.1,10.0.0-GA , it means 10.0.2 is latest released tag. For the 10.0.3 release it will be --git-default-tag=10.0.3,10.0.2,10.0.1,10.0.0-GA

Statistics: Posted by umashankar.avagadda — Mon Aug 14, 2023 7:34 am



Viewing all articles
Browse latest Browse all 168

Trending Articles