Releases and Patching
Jump to navigation
Jump to search
Releases
To build a release, check nant help
for the current syntax of nant buildRelease
.
The deliverables are:
- the tar.gz file which could be the base for manual installs, and for RPMS
- the tar.gz file is also used as a base for building the patches (see below)
- the standalone installer for Windows
- the remote client installer for Windows
Patches
- we use the bsdiff algorithm from http://www.daemonology.net/bsdiff/ for binary diffs and patching
- see more about the patchtool