diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-26 19:25:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-26 19:27:39 +0200 |
commit | a8ba4d8be9853193aa8a5cd408e74af98f2b40e0 (patch) | |
tree | e8aed39da935e8200a47656c261d44c8ac26c986 /packages/owamp | |
parent | cd1c932fb7a0c138d7471d54e56db40901427ded (diff) | |
download | vyos-build-a8ba4d8be9853193aa8a5cd408e74af98f2b40e0.tar.gz vyos-build-a8ba4d8be9853193aa8a5cd408e74af98f2b40e0.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.
Diffstat (limited to 'packages/owamp')
-rw-r--r-- | packages/owamp/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/owamp/Jenkinsfile b/packages/owamp/Jenkinsfile index 2666abd0..995c8c4c 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'], ] |