Versions Compared

Key

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

...

Packaging

Building RPM packages

Use waf 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
$ waf --package-version=4.0.0 --prerelease=rc1 --build-number=1 --oss rpmcd packaging/centos63
package.sh
Code Block
$ mvn install -P deps && ./waf rpm

...