diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:24:09 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:36:56 +0200 |
commit | 1746109255d3d4cdde3540f8eb099adddccd2468 (patch) | |
tree | 3c516b70c45ff7a9a91c38c0936d753483a81f9f /packages | |
parent | a6043c57aee4cd69fa38f52f7b6119efb8e55eca (diff) | |
download | vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.tar.gz vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.zip |
ci/cd: update branch references current -> sagitta
Diffstat (limited to 'packages')
-rw-r--r-- | packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/ddclient/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/dropbear/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/frr/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/hostap/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/hsflowd/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/ndppd/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/netfilter/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/opennhrp/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/openvpn-otp/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/owamp/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/pam_tacplus/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/pyhumps/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/strongswan/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/telegraf/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/vpp/Jenkinsfile | 4 | ||||
-rw-r--r-- | packages/wide-dhcpv6/Jenkinsfile | 4 |
18 files changed, 36 insertions, 36 deletions
diff --git a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile index 0f9cb7e3..70746aee 100644 --- a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile +++ b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'aws-gateway-load-balancer-tunnel-handler', diff --git a/packages/ddclient/Jenkinsfile b/packages/ddclient/Jenkinsfile index a3decfa8..94d9a7be 100644 --- a/packages/ddclient/Jenkinsfile +++ b/packages/ddclient/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'ddclient', diff --git a/packages/dropbear/Jenkinsfile b/packages/dropbear/Jenkinsfile index a15793d1..1b7947cf 100644 --- a/packages/dropbear/Jenkinsfile +++ b/packages/dropbear/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'dropbear', diff --git a/packages/frr/Jenkinsfile b/packages/frr/Jenkinsfile index 269aaf9f..96432b8c 100644 --- a/packages/frr/Jenkinsfile +++ b/packages/frr/Jenkinsfile @@ -15,10 +15,10 @@ @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'libyang', diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile index 91465cf6..b22e2409 100644 --- a/packages/hostap/Jenkinsfile +++ b/packages/hostap/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'wpa', diff --git a/packages/hsflowd/Jenkinsfile b/packages/hsflowd/Jenkinsfile index a0e4ecd9..39b6cfc2 100644 --- a/packages/hsflowd/Jenkinsfile +++ b/packages/hsflowd/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 73da9464..61addb40 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ // The Linux Kernel diff --git a/packages/ndppd/Jenkinsfile b/packages/ndppd/Jenkinsfile index f112ae38..992cb2b1 100644 --- a/packages/ndppd/Jenkinsfile +++ b/packages/ndppd/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/netfilter/Jenkinsfile b/packages/netfilter/Jenkinsfile index 9578180d..f7496bdb 100644 --- a/packages/netfilter/Jenkinsfile +++ b/packages/netfilter/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ // libnftnl diff --git a/packages/opennhrp/Jenkinsfile b/packages/opennhrp/Jenkinsfile index 637bcecb..8f5183e2 100644 --- a/packages/opennhrp/Jenkinsfile +++ b/packages/opennhrp/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'opennhrp', diff --git a/packages/openvpn-otp/Jenkinsfile b/packages/openvpn-otp/Jenkinsfile index 9e0de629..302b42ab 100644 --- a/packages/openvpn-otp/Jenkinsfile +++ b/packages/openvpn-otp/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/owamp/Jenkinsfile b/packages/owamp/Jenkinsfile index 2666abd0..0a0581af 100644 --- a/packages/owamp/Jenkinsfile +++ b/packages/owamp/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/pam_tacplus/Jenkinsfile b/packages/pam_tacplus/Jenkinsfile index 89a5d529..3ac6909a 100644 --- a/packages/pam_tacplus/Jenkinsfile +++ b/packages/pam_tacplus/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'pam_tacplus-debian', diff --git a/packages/pyhumps/Jenkinsfile b/packages/pyhumps/Jenkinsfile index 523ffdde..fd441846 100644 --- a/packages/pyhumps/Jenkinsfile +++ b/packages/pyhumps/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'humps', diff --git a/packages/strongswan/Jenkinsfile b/packages/strongswan/Jenkinsfile index 13d6dd6c..f246ad62 100644 --- a/packages/strongswan/Jenkinsfile +++ b/packages/strongswan/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'strongswan', diff --git a/packages/telegraf/Jenkinsfile b/packages/telegraf/Jenkinsfile index b0bdd07e..95781923 100644 --- a/packages/telegraf/Jenkinsfile +++ b/packages/telegraf/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ // NOTE: we can build with -d as the libbpf dependency is installed manually // and not via a DEB package diff --git a/packages/vpp/Jenkinsfile b/packages/vpp/Jenkinsfile index 93c6c031..df95b60d 100644 --- a/packages/vpp/Jenkinsfile +++ b/packages/vpp/Jenkinsfile @@ -15,10 +15,10 @@ @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def package_name = 'vpp' diff --git a/packages/wide-dhcpv6/Jenkinsfile b/packages/wide-dhcpv6/Jenkinsfile index 83954d97..a36273fd 100644 --- a/packages/wide-dhcpv6/Jenkinsfile +++ b/packages/wide-dhcpv6/Jenkinsfile @@ -14,10 +14,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def pkgList = [ ['name': 'wide-dhcpv6', |