The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6326
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From df86dc05542417eb39d389db66548180b60ed150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 21 Oct 2019 12:03:51 -0400 Subject: [PATCH] Makefile: Switch to tsenart/deadcode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b268c65ba..9aa11a6b00 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ endif .PHONY: check check: default go get -v -x github.com/rogpeppe/godeps - go get -v -x github.com/remyoudompheng/go-misc/deadcode + go get -v -x github.com/tsenart/deadcode go get -v -x github.com/golang/lint/golint go test -v -tags "$(TAG_SQLITE3)" $(DEBUG) ./... cd test && ./main.sh
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel