diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-26 07:11:15 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-26 07:11:15 +0200 |
commit | da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae (patch) | |
tree | 94832677bb82b1704e5f046709f2624eb258f4ee /packages | |
parent | 6a582926856584baf1a616c7b67ced7b21edf147 (diff) | |
download | vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.tar.gz vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.zip |
packages: change glob pattern to be recursive
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dropbear/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/frr/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/hostap/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/hsflowd/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/ndppd/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/opennhrp/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/openvpn-otp/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/owamp/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/pam_tacplus/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/pyhumps/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/strongswan/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/telegraf/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/wide-dhcpv6/Jenkinsfile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/packages/dropbear/Jenkinsfile b/packages/dropbear/Jenkinsfile index 1716e87..bbdbd15 100644 --- a/packages/dropbear/Jenkinsfile +++ b/packages/dropbear/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('dropbear', pkgList, null, true, "**/packages/dropbear/*") +buildPackage('dropbear', pkgList, null, true, "**/packages/dropbear/**") diff --git a/packages/frr/Jenkinsfile b/packages/frr/Jenkinsfile index f943cef..0e82657 100644 --- a/packages/frr/Jenkinsfile +++ b/packages/frr/Jenkinsfile @@ -32,4 +32,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('FRRouting', pkgList, null, true, "**/packages/frr/*") +buildPackage('FRRouting', pkgList, null, true, "**/packages/frr/**") diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile index 70c0e71..91465cf 100644 --- a/packages/hostap/Jenkinsfile +++ b/packages/hostap/Jenkinsfile @@ -31,4 +31,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('hostap', pkgList, null, true, "**/packages/hostap/*") +buildPackage('hostap', pkgList, null, true, "**/packages/hostap/**") diff --git a/packages/hsflowd/Jenkinsfile b/packages/hsflowd/Jenkinsfile index 06bb3c2..775d0ac 100644 --- a/packages/hsflowd/Jenkinsfile +++ b/packages/hsflowd/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('hsflowd', pkgList, null, true, "**/packages/hsflowd/*") +buildPackage('hsflowd', pkgList, null, true, "**/packages/hsflowd/**") diff --git a/packages/ndppd/Jenkinsfile b/packages/ndppd/Jenkinsfile index c0d7d10..f112ae3 100644 --- a/packages/ndppd/Jenkinsfile +++ b/packages/ndppd/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('ndppd', pkgList, null, true, "**/packages/ndppd/*") +buildPackage('ndppd', pkgList, null, true, "**/packages/ndppd/**") diff --git a/packages/opennhrp/Jenkinsfile b/packages/opennhrp/Jenkinsfile index 61930e5..637bcec 100644 --- a/packages/opennhrp/Jenkinsfile +++ b/packages/opennhrp/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('opennhrp', pkgList, null, true, "**/packages/opennhrp/*") +buildPackage('opennhrp', pkgList, null, true, "**/packages/opennhrp/**") diff --git a/packages/openvpn-otp/Jenkinsfile b/packages/openvpn-otp/Jenkinsfile index fdc1dee..9e0de62 100644 --- a/packages/openvpn-otp/Jenkinsfile +++ b/packages/openvpn-otp/Jenkinsfile @@ -28,4 +28,4 @@ def pkgList = [ 'buildCmd': 'cd ..; ./build-openvpn-otp.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('openvpn-otp', pkgList, null, true, "**/packages/openvpn-otp/*") +buildPackage('openvpn-otp', pkgList, null, true, "**/packages/openvpn-otp/**") diff --git a/packages/owamp/Jenkinsfile b/packages/owamp/Jenkinsfile index 25fdedd..2666abd 100644 --- a/packages/owamp/Jenkinsfile +++ b/packages/owamp/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('owamp', pkgList, null, true, "**/packages/owamp/*") +buildPackage('owamp', pkgList, null, true, "**/packages/owamp/**") diff --git a/packages/pam_tacplus/Jenkinsfile b/packages/pam_tacplus/Jenkinsfile index b5af8ed..89a5d52 100644 --- a/packages/pam_tacplus/Jenkinsfile +++ b/packages/pam_tacplus/Jenkinsfile @@ -31,4 +31,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('pam_tacplus', pkgList, null, true, "**/packages/pam_tacplus/*") +buildPackage('pam_tacplus', pkgList, null, true, "**/packages/pam_tacplus/**") diff --git a/packages/pyhumps/Jenkinsfile b/packages/pyhumps/Jenkinsfile index 2ed0f99..523ffdd 100644 --- a/packages/pyhumps/Jenkinsfile +++ b/packages/pyhumps/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('humps', pkgList, null, false, "**/packages/pyhumps/*") +buildPackage('humps', pkgList, null, false, "**/packages/pyhumps/**") diff --git a/packages/strongswan/Jenkinsfile b/packages/strongswan/Jenkinsfile index db08471..13d6dd6 100644 --- a/packages/strongswan/Jenkinsfile +++ b/packages/strongswan/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('strongswan', pkgList, null, true, "**/packages/strongswan/*") +buildPackage('strongswan', pkgList, null, true, "**/packages/strongswan/**") diff --git a/packages/telegraf/Jenkinsfile b/packages/telegraf/Jenkinsfile index ccb8015..b0bdd07 100644 --- a/packages/telegraf/Jenkinsfile +++ b/packages/telegraf/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('telegraf', pkgList, null, false, "**/packages/telegraf/*") +buildPackage('telegraf', pkgList, null, false, "**/packages/telegraf/**") diff --git a/packages/wide-dhcpv6/Jenkinsfile b/packages/wide-dhcpv6/Jenkinsfile index f6a5894..83954d9 100644 --- a/packages/wide-dhcpv6/Jenkinsfile +++ b/packages/wide-dhcpv6/Jenkinsfile @@ -27,4 +27,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('wide-dhcpv6', pkgList, null, true, "**/packages/wide-dhcpv6/*") +buildPackage('wide-dhcpv6', pkgList, null, true, "**/packages/wide-dhcpv6/**") |