From a8ba4d8be9853193aa8a5cd408e74af98f2b40e0 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 26 Sep 2023 19:25:30 +0200 Subject: 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. --- packages/owamp/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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'], ] -- cgit v1.2.3