Project

General

Profile

« Previous | Next » 

Revision f997eb82

Added by Alexis Mousset over 6 years ago

Fixes #11274: Wrong formatting in doc to build agent

View differences:

90_reference/40_build_agent.txt
----
Now choose one of the 3 next chapter, depending on your case: dpkg (debian like package), rpm (redhat like package) or other.
Now choose one of the 3 next chapter, depending on your case: dpkg (debian-like package), rpm (redhat-like package) or other.
==== Build a dpkg package
......
* Update the debian/changelog file to make the first entry match the version you want to build.
* Edit the SOURCES/Makefile file and set the value of RUDDER_VERSION_TO_PACKAGE: see http://www.rudder-project.org/archives/ for a complete list of available versions.
Run the debian package builder
Run the dpkg package builder:
----
......
The package will be stored in the parent directory.
==== Build a rpm package
Run the redhat package builder
==== Build an rpm package
Set the version to build:
* Edit the SOURCES/Makefile file and set the value of RUDDER_VERSION_TO_PACKAGE: see http://www.rudder-project.org/archives/ for a complete list of available versions.
Run the rpm package builder:
----
# make sure you are in in rudder-agent, then

Also available in: Unified diff