Skip to content

Commit 6ada7a0

Browse files
dibyomtekton-robot
authored andcommitted
Remove third_party directory
The third_party directory contains source code of some of our third_party dependencies that need to be distributed with the built images as required by their licenses. However, our publish-triggers-release task [1] already includes the source code of all of our dependencies in the image rendering the separate third_party directory redundant. This is a port of tektoncd/pipeline#6416 [1] https://github.com/tektoncd/triggers/blob/2713832b025b804db4d8d7af48e4f944511b490f/tekton/publish.yaml#L104-L117 Signed-off-by: Dibyo Mukherjee <[email protected]>
1 parent f64b383 commit 6ada7a0

File tree

161 files changed

+1
-16843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+1
-16843
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MODULE = $(shell env GO111MODULE=on $(GO) list -m)
22
DATE ?= $(shell date +%FT%T%z)
33
VERSION ?= $(shell git describe --tags --always --dirty --match=v* 2> /dev/null || \
44
cat $(CURDIR)/.version 2> /dev/null || echo v0)
5-
PKGS = $(or $(PKG),$(shell env GO111MODULE=on $(GO) list ./... | grep -v 'github\.com\/tektoncd\/triggers\/third_party\/'))
5+
PKGS = $(or $(PKG),$(shell env GO111MODULE=on $(GO) list ./...))
66
TESTPKGS = $(shell env GO111MODULE=on $(GO) list -f \
77
'{{ if or .TestGoFiles .XTestGoFiles }}{{ .ImportPath }}{{ end }}' \
88
$(PKGS))

cmd/controller/kodata/third_party

-1
This file was deleted.

cmd/eventlistenersink/kodata/third_party

-1
This file was deleted.

cmd/webhook/kodata/third_party

-1
This file was deleted.

hack/update-deps.sh

-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ if [[ -d hack/patches ]];then
6161
done
6262
fi
6363

64-
update_licenses third_party/

third_party/cloud.google.com/go/compute/metadata/LICENSE

-202
This file was deleted.

0 commit comments

Comments
 (0)