aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-11-25 10:29:35 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-25 10:29:35 +0100
commit371caf773385df0a40211aa2f91c5fe131a338ee (patch)
tree39621707ee597196c5c759f98251099c1a711f9b /pkg/vcs
parent598ca6c8b8766304c3b2865e38f5f301c39bd299 (diff)
pkg/build: make linux implement binary signer
We were almost there... Update #1271
Diffstat (limited to 'pkg/vcs')
-rw-r--r--pkg/vcs/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/vcs/linux.go b/pkg/vcs/linux.go
index c07c6aeaa..11142b6e8 100644
--- a/pkg/vcs/linux.go
+++ b/pkg/vcs/linux.go
@@ -21,6 +21,8 @@ type linux struct {
*git
}
+var _ Bisecter = new(linux)
+
func newLinux(dir string) *linux {
ignoreCC := map[string]bool{
"stable@vger.kernel.org": true,