summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-26 19:25:30 +0200
committerChristian Breunig <christian@breunig.cc>2023-09-26 19:35:31 +0200
commitaf4319680e3a8361991a0e5fe6665e74d6f5bb6a (patch)
treedbd5adc4184c8d7dec584ec59cccd8cc3b5142df /packages
parent1ad56212d3962084d0191667509f54e3c0d12aec (diff)
downloadvyos-build-af4319680e3a8361991a0e5fe6665e74d6f5bb6a.tar.gz
vyos-build-af4319680e3a8361991a0e5fe6665e74d6f5bb6a.zip
owamp: T4222: pin package to specific git tag
It's not a good idea to select master here as this might lead to unwanted code slipping in. Latest master branch (v5.0) is currently unbuildable with the build instructions used. (cherry picked from commit a8ba4d8be9853193aa8a5cd408e74af98f2b40e0)
Diffstat (limited to 'packages')
-rw-r--r--packages/owamp/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/owamp/Jenkinsfile b/packages/owamp/Jenkinsfile
index 0a0581af..0386d9e3 100644
--- a/packages/owamp/Jenkinsfile
+++ b/packages/owamp/Jenkinsfile
@@ -23,7 +23,7 @@
// and not via a DEB package
def pkgList = [
['name': 'owamp',
- 'scmCommit': 'master',
+ 'scmCommit': 'v4.4.6',
'scmUrl': 'https://github.com/perfsonar/owamp',
'buildCmd': 'cd ..; ./build.sh'],
]