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.
This commit is contained in:
Christian Breunig 2023-09-26 19:25:30 +02:00
parent cd1c932fb7
commit a8ba4d8be9

View File

@ -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'],
]