zimbra900 wrote: ↑Sat Sep 30, 2023 12:41 am
Yes, that's correct, only --build-release=NIKOLATESLA different from github readme
You should remove all previous cloned files before build
The files are still in rpm, but will be removed by post install script
Thanks for the reply. Yes, I remove the install-build directory every time and start over. So here is what I used today to build:
Code: Select all
mkdir installer-build/
cd installer-build/
git clone --depth 1 --branch 10.0.4 git@github.com:Zimbra/zm-build.git
cd zm-build/
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA --build-release-no=10.0.4 --build-type=FOSS --build-release=NIKOLATESLA --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --no-interactive
And this gave me
zcs-10.0.4_GA_1000.UBUNTU20_64.20230930102638.tgz
After installation on newly built test server, here are the contents of
/opt/zimbra/jetty_base/webapps/zimbra/public/
hostedlogin.jsp and
Docs.jsp and supposed to be removed yet there they are. What else am I missing?
Code: Select all
root@mail:~# ls -l /opt/zimbra/jetty_base/webapps/zimbra/public/
total 260
-rw-r--r-- 1 zimbra zimbra 1521 Sep 30 10:29 404.html
-rw-r--r-- 1 zimbra zimbra 1534 Sep 30 10:29 5xx.html
-rw-r--r-- 1 zimbra zimbra 3422 Sep 30 10:29 access.jsp
-rw-r--r-- 1 zimbra zimbra 3195 Sep 30 10:29 addressVerification.jsp
-rw-r--r-- 1 zimbra zimbra 7860 Sep 30 10:29 authorize.jsp
-rw-r--r-- 1 zimbra zimbra 2789 Sep 30 10:29 blankHistory.html
-rw-r--r-- 1 zimbra zimbra 1389 Sep 30 10:29 blank.html
-rw-r--r-- 1 zimbra zimbra 2330 Sep 30 10:29 Boot.jsp
-rw-r--r-- 1 zimbra zimbra 7967 Sep 30 10:29 Docs.jsp
-rw-r--r-- 1 zimbra zimbra 2131 Sep 30 10:29 empty.html
-rw-r--r-- 1 zimbra zimbra 3434 Sep 30 10:29 error.jsp
-rw-r--r-- 1 zimbra zimbra 6358 Sep 30 10:29 extuserprov.jsp
drwxr-xr-x 2 zimbra zimbra 4096 Sep 30 10:48 flash
-rw-r--r-- 1 zimbra zimbra 20388 Sep 30 10:29 hostedlogin.jsp
-rw-r--r-- 1 zimbra zimbra 1710 Sep 30 10:29 insecureResponse.jsp
drwxr-xr-x 2 zimbra zimbra 4096 Sep 30 10:48 jsp
-rw-r--r-- 1 zimbra zimbra 2293 Sep 30 10:29 launch.html
-rw-r--r-- 1 zimbra zimbra 8573 Sep 30 10:29 launchNewWindow.jsp
-rw-r--r-- 1 zimbra zimbra 21564 Sep 30 10:29 launchZCS.jsp
-rw-r--r-- 1 zimbra zimbra 1531 Sep 30 10:29 loadImgData.jsp
-rw-r--r-- 1 zimbra zimbra 58789 Sep 30 10:29 login.jsp
-rw-r--r-- 1 zimbra zimbra 1193 Sep 30 10:29 modern.jsp
-rw-r--r-- 1 zimbra zimbra 4163 Sep 30 10:29 Offline.jsp
-rw-r--r-- 1 zimbra zimbra 4819 Sep 30 10:29 PasswordRecovery.jsp
-rw-r--r-- 1 zimbra zimbra 1143 Sep 30 10:29 pre-cache.jsp
drwxr-xr-x 2 zimbra zimbra 4096 Sep 30 10:48 proto
-rw-r--r-- 1 zimbra zimbra 2779 Sep 30 10:29 Resources.jsp
-rw-r--r-- 1 zimbra zimbra 10326 Sep 30 10:29 secureRequest.jsp
-rw-r--r-- 1 zimbra zimbra 1212 Sep 30 10:29 setResourceBundle.jsp
drwxr-xr-x 3 zimbra zimbra 4096 Sep 30 10:48 sounds
drwxr-xr-x 2 zimbra zimbra 4096 Sep 30 10:48 tmp
-rw-r--r-- 1 zimbra zimbra 4586 Sep 30 10:29 TwoFactorSetup.jsp