Help to compile Zimbra 9

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
Newtman
Posts: 8
Joined: Mon Mar 13, 2017 4:45 pm
Location: Montevideo, Uruguay
ZCS/ZD Version: ZCS 8.8.15 and ZCS 9.0.0

Help to compile Zimbra 9

Post by Newtman »

Hello,

I'm trying to compile Zimbra 9 patches for RHEL 7 and 8 and I found a problem with the official documentation...
I'm following this guide: https://github.com/Zimbra/zm-build
In theory this is the steps:
mkdir installer-build
cd installer-build
git clone --depth 1 --branch 9.0.0.p25 git@github.com:Zimbra/zm-build.git
cd zm-build
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=9.0.0.p25,9.0.0.p24.1,9.0.0.p24,9.0.0.p23,9.0.0.p22,9.0.0.p21,9.0.0.p20,9.0.0.p19,9.0.0.p18,9.0.0.p17,9.0.0.p16,9.0.0.p15,9.0.0.p14,9.0.0.p13,9.0.0.p12,9.0.0.p11,9.0.0.p10,9.0.0.p9,9.0.0.p8,9.0.0.p7,9.0.0.p6.1,9.0.0.p6,9.0.0.p5,9.0.0.p4,9.0.0.p3,9.0.0.p2,9.0.0.p1,9.0.0 --build-release-no=9.0.0 --build-type=FOSS --build-release=NIKOLATESLA --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --build-no=3969 --no-interactive

The output for git clone --depth 1 --branch 9.0.0.p25 git@github.com:Zimbra/zm-build.git is:
git clone --depth 1 --branch 9.0.0.p25 git@github.com:Zimbra/zm-build.git
Cloning into 'zm-build'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


Can anyone help me?


Thanks
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 889
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Help to compile Zimbra 9

Post by JDunphy »

Ian has solved this fairly well with his scripts.

https://github.com/ianw1974/zimbra-build-scripts

Ref: viewtopic.php?f=15&t=68097
Post Reply