
CNI was packaged in CentOS using version 0.8.1 and now it is using the stable debian version 0.9.0. Story: 2009221 Task: 43783 Signed-off-by: Daniel Safta <daniel.safta@windriver.com> Change-Id: Iaba754b304a26b01c048e8bc05de51ace1e88246
14 lines
190 B
Makefile
Executable File
14 lines
190 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
go build -mod=vendor -ldflags=-linkmode=external
|
|
|
|
override_dh_auto_test:
|
|
echo "do nothing"
|
|
|
|
override_dh_usrlocal:
|
|
echo "do nothing"
|