diff --git a/hack/update-deps.sh b/hack/update-deps.sh index 987503fed..431f95be3 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Knative Authors # @@ -27,3 +27,6 @@ dep ensure # Keep the only dir in knative/test-infra we're interested in find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \; + +# Remove the cmd dir from eventing. +rm -rf vendor/github.com/knative/eventing/cmd/ diff --git a/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/LICENSE b/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/LICENSE deleted file mode 120000 index 5853aaea5..000000000 --- a/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/VENDOR-LICENSE b/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/VENDOR-LICENSE deleted file mode 120000 index 3cc897645..000000000 --- a/vendor/github.com/knative/eventing/cmd/controller-manager/kodata/VENDOR-LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../third_party/VENDOR-LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/controller/kodata/LICENSE b/vendor/github.com/knative/eventing/cmd/controller/kodata/LICENSE deleted file mode 120000 index 5853aaea5..000000000 --- a/vendor/github.com/knative/eventing/cmd/controller/kodata/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/controller/kodata/VENDOR-LICENSE b/vendor/github.com/knative/eventing/cmd/controller/kodata/VENDOR-LICENSE deleted file mode 120000 index 3cc897645..000000000 --- a/vendor/github.com/knative/eventing/cmd/controller/kodata/VENDOR-LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../third_party/VENDOR-LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/sendevent/kodata/LICENSE b/vendor/github.com/knative/eventing/cmd/sendevent/kodata/LICENSE deleted file mode 120000 index 5853aaea5..000000000 --- a/vendor/github.com/knative/eventing/cmd/sendevent/kodata/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/sendevent/kodata/VENDOR-LICENSE b/vendor/github.com/knative/eventing/cmd/sendevent/kodata/VENDOR-LICENSE deleted file mode 120000 index 3cc897645..000000000 --- a/vendor/github.com/knative/eventing/cmd/sendevent/kodata/VENDOR-LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../third_party/VENDOR-LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/webhook/kodata/LICENSE b/vendor/github.com/knative/eventing/cmd/webhook/kodata/LICENSE deleted file mode 120000 index 5853aaea5..000000000 --- a/vendor/github.com/knative/eventing/cmd/webhook/kodata/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSE \ No newline at end of file diff --git a/vendor/github.com/knative/eventing/cmd/webhook/kodata/VENDOR-LICENSE b/vendor/github.com/knative/eventing/cmd/webhook/kodata/VENDOR-LICENSE deleted file mode 120000 index 3cc897645..000000000 --- a/vendor/github.com/knative/eventing/cmd/webhook/kodata/VENDOR-LICENSE +++ /dev/null @@ -1 +0,0 @@ -../../../third_party/VENDOR-LICENSE \ No newline at end of file