summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-26 07:11:15 +0200
committerChristian Breunig <christian@breunig.cc>2023-05-26 07:11:15 +0200
commitda0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae (patch)
tree94832677bb82b1704e5f046709f2624eb258f4ee /packages
parent6a582926856584baf1a616c7b67ced7b21edf147 (diff)
downloadvyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.tar.gz
vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.zip
packages: change glob pattern to be recursive
Diffstat (limited to 'packages')
-rw-r--r--packages/dropbear/Jenkinsfile2
-rw-r--r--packages/frr/Jenkinsfile2
-rw-r--r--packages/hostap/Jenkinsfile2
-rw-r--r--packages/hsflowd/Jenkinsfile2
-rw-r--r--packages/ndppd/Jenkinsfile2
-rw-r--r--packages/opennhrp/Jenkinsfile2
-rw-r--r--packages/openvpn-otp/Jenkinsfile2
-rw-r--r--packages/owamp/Jenkinsfile2
-rw-r--r--packages/pam_tacplus/Jenkinsfile2
-rw-r--r--packages/pyhumps/Jenkinsfile2
-rw-r--r--packages/strongswan/Jenkinsfile2
-rw-r--r--packages/telegraf/Jenkinsfile2
-rw-r--r--packages/wide-dhcpv6/Jenkinsfile2
13 files changed, 13 insertions, 13 deletions
diff --git a/packages/dropbear/Jenkinsfile b/packages/dropbear/Jenkinsfile
index 1716e873..bbdbd158 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 f943ceff..0e82657d 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 70c0e71b..91465cf6 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 06bb3c20..775d0ac7 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 c0d7d10d..f112ae38 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 61930e59..637bcecb 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 fdc1dee3..9e0de629 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 25fdeddc..2666abd0 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 b5af8eda..89a5d529 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 2ed0f995..523ffdde 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 db084714..13d6dd6c 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 ccb80154..b0bdd07e 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 f6a58944..83954d97 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/**")