Skip to content

v1.0.1

Compare
Choose a tag to compare
@ianw1974 ianw1974 released this 22 Sep 07:55
· 200 commits to main since this release
9701c21

This release replaces the previous release which was released as 9.0.0 keeping in line with this Zimbra version. Unfortunately that wasn't ideal, since after re-writing the scripts now it didn't match up. So the release has been named 1.0.1 and the previous now deleted release effectively could have been known as 1.0.0.

What's new? Well, the scripts have been re-written. I've moved away from separate scripts for installing dependencies, and building Zimbra. There is now one, single script with functions, so a single script can be run by passing the appropriate parameter to call the function inside the script.

A help parameter --help has been added, which gives you the ability to summarise the steps required to use the script. This means making ensure an SSH key has been added to your profile before attempting to build, and ensuring that no other Java version is installed on your system since it will conflict and the build process will fail.

Issue: #2 has been addressed and when re-running the build process, it will delete the contents of the build directory first. In the previous scripts, this didn't exist, and so required to be manually deleted.

Have fun with building Zimbra!