summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorRyVolodya <39742092+RyVolodya@users.noreply.github.com>2021-11-05 14:15:05 +0200
committerGitHub <noreply@github.com>2021-11-05 14:15:05 +0200
commit7e9a2cb9523d5bca24848d70db2d7bc6eaf4715d (patch)
tree2594933881d67c89e9d80228d64bfee23787faf8 /docs/contributing
parent6feda9458b278b338ef27accf28dee2b3b22ca10 (diff)
downloadvyos-documentation-7e9a2cb9523d5bca24848d70db2d7bc6eaf4715d.tar.gz
vyos-documentation-7e9a2cb9523d5bca24848d70db2d7bc6eaf4715d.zip
Update build-vyos.rst
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/build-vyos.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 2c7ac1d3..7a7f0d02 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -107,8 +107,8 @@ Tips and Tricks
---------------
You can create yourself some handy Bash aliases to always launch the latest -
-per release train (`current`, `equuleus` or `crux`) - container. Add the following to your
-``.bash_aliases`` file:
+per release train (`current`, `equuleus` or `crux`) - container.
+Add the following to your ``.bash_aliases`` file:
.. code-block:: none
@@ -139,15 +139,17 @@ per release train (`current`, `equuleus` or `crux`) - container. Add the followi
-e GOSU_UID=$(id -u) -e GOSU_GID=$(id -g) \
vyos/vyos-build:crux bash'
-Now you are prepared with three new aliases ``vybld`` `vybld_equuleus`` and ``vybld_crux`` to spawn
-your development containers in your current working directory.
+Now you are prepared with three new aliases ``vybld`` `vybld_equuleus`` and
+``vybld_crux`` to spawn your development containers in your current working
+directory.
.. note:: Some VyOS packages (namely vyos-1x) come with build-time tests which
verify some of the internal library calls that they work as expected. Those
tests are carried out through the Python Unittest module. If you wan't to
- build the ``vyos-1x`` package (which is our main development package) you need
- to start your Docker container using the following argument:
- ``--sysctl net.ipv6.conf.lo.disable_ipv6=0``, otherwise those tests will fail.
+ build the ``vyos-1x`` package (which is our main development package)
+ you need to start your Docker container using the following argument:
+ ``--sysctl net.ipv6.conf.lo.disable_ipv6=0``, otherwise those tests
+ will fail.
.. _build_native: