diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2018-10-02 16:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 16:58:12 +0200 |
commit | ad6707b564a57a75a1ef69e7370b7ef40b76a62e (patch) | |
tree | 61296d0dedbf5ce7021bcec3ef000d64b292c3c1 /doc | |
parent | Merge pull request #3113 from donaldsharp/uninited_value (diff) | |
parent | tools: add a script for building a Debian package in one step. (diff) | |
download | frr-ad6707b564a57a75a1ef69e7370b7ef40b76a62e.tar.xz frr-ad6707b564a57a75a1ef69e7370b7ef40b76a62e.zip |
Merge pull request #3108 from dmbaturin/master
Add a script for building a Debian package in one step.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer/packaging-debian.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst index 66339b6d1..4ea784c0f 100644 --- a/doc/developer/packaging-debian.rst +++ b/doc/developer/packaging-debian.rst @@ -130,6 +130,13 @@ If all worked correctly, then you should end up with the Debian packages under with the sources (``frr_*.orig.tar.gz``, ``frr_*.debian.tar.xz`` and ``frr_*.dsc``) +The build procedure can also be executed automatically using the ``tools/build-debian-package.sh`` +script. For example: + +.. code-block:: shell + + EXTRA_VERSION="-myversion" WANT_SNMP=1 WANT_CUMULUS_MODE=1 tools/build-debian-package.sh + .. _deb-backports: Debian Backports |