From 8c5089b4bb6c0c0f9d546c3a8ac88bd66b633ad0 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 15 Jul 2023 21:43:30 +0200 Subject: Kernel: T4974: specify repo URL for openvpn-dco package --- packages/linux-kernel/Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/linux-kernel/Jenkinsfile') diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 4584892b..73da9464 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -60,8 +60,9 @@ def pkgList = [ ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], // OpenVPN DCO - ['name': 'ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], - + ['name': 'ovpn-dco','scmCommit': 'v0.2.20230426', + 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco', + 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build -- cgit v1.2.3