sozu/os-build/linux-rpm
Florentin Dubois 5412e6cb85
Release v1.0.1
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
2024-05-29 14:32:49 +02:00
..
README.md update build scripts with the --locked flag 2022-12-01 11:20:08 +01:00
rpm_build.sh Updating the rpm build script to have two modes of build the packages. 2021-07-31 13:31:25 +03:00
sozu.spec Release v1.0.1 2024-05-29 14:32:49 +02:00

README.md

RPM Build Script

The rpm_build.sh script provides two ways to build sozu:

Option 1 (build from sources)

First option, and default one, will build sozu using the current sources in the root folder of this project. It will build whatever version is currently checked out (but the .rpm file name will contain version set in sozu.spec) regardless the source version.

./rpm_build.sh

Option 2 (build release version)

The second option will build sozu by downloading from github the tagged version defined in sozu.spec, also, it will not produce the debuginfo packages.

If you're building for production, this option is recommended.

./rpm_build.sh --release --locked