summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-16 14:02:21 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-16 14:02:28 +0200
commita8af7abdf1f8deb69704615664f996100a39d568 (patch)
tree8a70511eef9a535da40bf1f18b2854ac02bcafae /docs/contributing
parent7b5ece6880c87e665ba61ee840466bade4b1fbe5 (diff)
downloadvyos-documentation-a8af7abdf1f8deb69704615664f996100a39d568.tar.gz
vyos-documentation-a8af7abdf1f8deb69704615664f996100a39d568.zip
Add new testing section
(cherry picked from commit 7e782af3c29e28456a00785d773557da235c976a)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/development.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst
index 7b66b0cc..e59910d5 100644
--- a/docs/contributing/development.rst
+++ b/docs/contributing/development.rst
@@ -295,7 +295,7 @@ device if you happen to be a crazy scientist.
conf = config
else:
conf = Config()
-
+
# Base path to CLI nodes
base = ['...', '...']
# Convert the VyOS config to an abstract internal representation
@@ -320,7 +320,7 @@ device if you happen to be a crazy scientist.
c = get_config()
verify(c)
generate(c)
- apply(c)
+ apply(c)
except ConfigError as e:
print(e)
sys.exit(1)
@@ -685,9 +685,9 @@ Migrating old CLI
Continuous Integration
======================
-VyOS makes use of Jenkins_ as our Continuous Integration (CI) service. Our CI
-server is publicly accessible here: https://ci.vyos.net. You can get a brief
-overview of all required components shipped in a VyOS ISO.
+VyOS makes use of Jenkins_ as our Continuous Integration (CI) service. Our
+`VyOS CI`_ server is publicly accessible here: https://ci.vyos.net. You can get
+a brief overview of all required components shipped in a VyOS ISO.
To build our modules we utilize a CI/CD Pipeline script. Each and every VyOS
component comes with it's own ``Jenkinsfile`` which is (more or less) a copy.