Skip to content

Commit

Permalink
Fixes #11274: Wrong formatting in doc to build agent
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Aug 17, 2017
1 parent 8aaa24f commit f997eb8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 90_reference/40_build_agent.txt
Expand Up @@ -24,7 +24,7 @@ cd rudder-agent

----

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

Expand All @@ -33,7 +33,7 @@ Set the version to build:
* 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:

----

Expand All @@ -43,13 +43,14 @@ dpkg-buildpackage

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
Expand Down

0 comments on commit f997eb8

Please sign in to comment.