This is buildenvironment for privacyIDEA on Ubuntu 16.04, 18.04 and 20.04.
How to proceed:
- Adapt changelogs in
debian_privacyidea/
,debian_server/
and/ordebian_radius
- Build the packages of your choice. When building you need to preceed a specific version number like: This version gets checked out from the git repository
Examples:
Build all devel packages and publish them to the repository:
VERSION=3.0~dev10 make privacyidea server add-repo-devel push-lancelot
Build productive pakcages an publish them to the enterprise repository:
VERSION=3.2.1 REPO=enterpriserepo make privacyidea server add-repo-stable push-lancelot
Only build specific RADIUS package version:
VERSION=3.1~dev3 make radius