From af4319680e3a8361991a0e5fe6665e74d6f5bb6a 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. (cherry picked from commit a8ba4d8be9853193aa8a5cd408e74af98f2b40e0) --- 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 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'], ] -- cgit v1.2.3