Merge "debian-pkg: Update golang for cni plugins"
This commit is contained in:
commit
aa255de4c8
@ -1,3 +1,10 @@
|
|||||||
|
bond-cni (1.0-408b549d88c6395b50ef20bf3195c7e1a8766a47) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Updated golang to 1.18
|
||||||
|
|
||||||
|
-- Mohammad Issa <mohammad.issa@windriver.com> Tue, 20 Feb 2024 15:38:13 -0400
|
||||||
|
|
||||||
|
|
||||||
bond-cni (1.0-408b549d88c6395b50ef20bf3195c7e1a8766a47) unstable; urgency=medium
|
bond-cni (1.0-408b549d88c6395b50ef20bf3195c7e1a8766a47) unstable; urgency=medium
|
||||||
|
|
||||||
* Updated using latest commit
|
* Updated using latest commit
|
||||||
|
@ -6,7 +6,7 @@ Standards-Version: 4.6.0
|
|||||||
Homepage: https://www.starlingx.io
|
Homepage: https://www.starlingx.io
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-1.17,
|
golang-1.18,
|
||||||
golang-github-appc-cni-dev,
|
golang-github-appc-cni-dev,
|
||||||
golang-github-containernetworking-plugins-dev,
|
golang-github-containernetworking-plugins-dev,
|
||||||
golang-github-vishvananda-netlink-dev,
|
golang-github-vishvananda-netlink-dev,
|
||||||
@ -18,6 +18,7 @@ XS-Go-Import-Path: github.com/intel/bond-cni
|
|||||||
Package: bond-cni
|
Package: bond-cni
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Built-Using: ${misc:Built-Using}
|
||||||
Description: Provides a binary for the bond-cni plugin.
|
Description: Provides a binary for the bond-cni plugin.
|
||||||
Bonding provides a method for aggregating multiple network interfaces
|
Bonding provides a method for aggregating multiple network interfaces
|
||||||
into a single logical "bonded" interface.
|
into a single logical "bonded" interface.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export PATH := /usr/lib/go-1.17/bin:$(PATH)
|
export PATH := /usr/lib/go-1.18/bin:$(PATH)
|
||||||
export DH_VERBOSE = 1
|
export DH_VERBOSE = 1
|
||||||
export DH_GOLANG_GO_GENERATE := 1
|
export DH_GOLANG_GO_GENERATE := 1
|
||||||
export INSTALL_DIR := $(CURDIR)/debian/bond-cni/
|
export INSTALL_DIR := $(CURDIR)/debian/bond-cni/
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
golang-github-containernetworking-plugins (1.3.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Updated golang to 1.18
|
||||||
|
|
||||||
|
-- Mohammad Issa <mohammad.issa@windriver.com> Tue, 20 Feb 2024 15:26:40 -0400
|
||||||
|
|
||||||
|
|
||||||
golang-github-containernetworking-plugins (1.3.0) unstable; urgency=medium
|
golang-github-containernetworking-plugins (1.3.0) unstable; urgency=medium
|
||||||
|
|
||||||
* Updated for stx debian packaging
|
* Updated for stx debian packaging
|
||||||
|
@ -5,7 +5,7 @@ Standards-Version: 4.6.1
|
|||||||
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-1.17,
|
golang-1.18,
|
||||||
golang-dbus-dev (>= 5.0.2~),
|
golang-dbus-dev (>= 5.0.2~),
|
||||||
golang-github-alexflint-go-filemutex-dev,
|
golang-github-alexflint-go-filemutex-dev,
|
||||||
golang-github-appc-cni-dev (>= 1.0.1~),
|
golang-github-appc-cni-dev (>= 1.0.1~),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export PATH := /usr/lib/go-1.17/bin:$(PATH)
|
export PATH := /usr/lib/go-1.18/bin:$(PATH)
|
||||||
export DH_VERBOSE := 1
|
export DH_VERBOSE := 1
|
||||||
export DH_GOLANG_GO_GENERATE := 1
|
export DH_GOLANG_GO_GENERATE := 1
|
||||||
export INSTALL_DIR := $(CURDIR)/debian/plugins
|
export INSTALL_DIR := $(CURDIR)/debian/plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user