diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-23 19:29:10 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-23 19:29:10 +0100 |
commit | 901f771c2ffa537f7a3bdb2eb7cc6e0067135824 (patch) | |
tree | c5adad63afbc8f25a1e0a79414aca23ae795608e /packages | |
parent | cd1abe06bc510f133b61f3c1e0745162bebd8a7e (diff) | |
download | vyos-build-901f771c2ffa537f7a3bdb2eb7cc6e0067135824.tar.gz vyos-build-901f771c2ffa537f7a3bdb2eb7cc6e0067135824.zip |
fastnetmon: T4483: drop copy/paste comment error
Diffstat (limited to 'packages')
-rw-r--r-- | packages/fastnetmon/Jenkinsfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/fastnetmon/Jenkinsfile b/packages/fastnetmon/Jenkinsfile index 8c320401..710b58ff 100644 --- a/packages/fastnetmon/Jenkinsfile +++ b/packages/fastnetmon/Jenkinsfile @@ -19,8 +19,6 @@ // @Library annotation is not an import statement! @Library('vyos-build@current')_ -// NOTE: we can build with -d as the libbpf dependency is installed manually -// and not via a DEB package def pkgList = [ ['name': 'fastnetmon-debian-salsa', 'scmCommit': 'debian/1.2.2-1', |