Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use package.sh to build packages for linux systems that use rpms, like RedHat, CentOS and fedora.

Info
titleprerelease flag

This flag is required as this makes the RPM use the SNAPSHOT versions.

Code Block
$ cd packaging/centos63
package.sh
Code Block

$ mvn install -P deps && ./waf rpm./package.sh

Building DEB packages

On Master:

...