Hi @Synacor,
Can you please update the build instructions to reflect the 10.1 release.
For 10.0.8 we haveSo, for 10.1 - is it a new independent release cycle where we would just checkout branch 10.1.0, and build with --git-default-tag=10.1.0 ?
or
does 10.1 build on top of 10.0 and we need to include all the 10.0 tags like --git-default-tag=10.1.0,10.0.8,10.0.7,10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA
Additionally, it would be great if you could specify the development prerequisites for CentOS/Rocky 8 - CentOS 7 is the most recent version detailed.
Thanks in advance
Can you please update the build instructions to reflect the 10.1 release.
For 10.0.8 we have
Code:
To build a specific patch example 10.0.8 run the following:mkdir installer-buildcd installer-buildgit clone --depth 1 --branch 10.0.6 git@github.com:Zimbra/zm-build.gitcd zm-buildENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.8,10.0.7,10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA --build-release-no=10.0.8 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --no-interactive
or
does 10.1 build on top of 10.0 and we need to include all the 10.0 tags like --git-default-tag=10.1.0,10.0.8,10.0.7,10.0.6,10.0.5,10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA
Additionally, it would be great if you could specify the development prerequisites for CentOS/Rocky 8 - CentOS 7 is the most recent version detailed.
Thanks in advance
Statistics: Posted by liverpoolfcfan — Fri Aug 02, 2024 9:42 pm