diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-25 21:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 21:55:47 +0200 |
commit | 1713a3268f2cba7210790e958b284677fb106601 (patch) | |
tree | 99c1e234aec419c3262681e4f11191940f2972d7 /packages/frr/Jenkinsfile | |
parent | 3b86b0a8edd612403806cbd9d00c8228235cdd39 (diff) | |
download | vyos-build-1713a3268f2cba7210790e958b284677fb106601.tar.gz vyos-build-1713a3268f2cba7210790e958b284677fb106601.zip |
packages: frr: fix comment
Diffstat (limited to 'packages/frr/Jenkinsfile')
-rw-r--r-- | packages/frr/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frr/Jenkinsfile b/packages/frr/Jenkinsfile index 48dc64c8..ab86930f 100644 --- a/packages/frr/Jenkinsfile +++ b/packages/frr/Jenkinsfile @@ -28,5 +28,5 @@ def pkgList = [ 'buildCmd': '''./tools/tarsource.sh -V; dpkg-buildpackage -us -uc -Ppkg.frr.rtrlib'''], ] -// Start package build using library function from https://github.com/c-po/vyos-build +// Start package build using library function from https://github.com/vyos/vyos-build buildPackage('FRRouting', pkgList) |