This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing Kafka folder Signed-off-by: Matthias Wessendorf <[email protected]> * Clean up hack scripts, and remove kafka tjere Signed-off-by: Matthias Wessendorf <[email protected]> * Remove conformance tests Signed-off-by: Matthias Wessendorf <[email protected]> * Remove some of tests Signed-off-by: Matthias Wessendorf <[email protected]> * Update deps... Signed-off-by: Matthias Wessendorf <[email protected]> * more dep updates Signed-off-by: Matthias Wessendorf <[email protected]> * More updates Signed-off-by: Matthias Wessendorf <[email protected]> * More updates Signed-off-by: Matthias Wessendorf <[email protected]> * More updates Signed-off-by: Matthias Wessendorf <[email protected]> * More updates Signed-off-by: Matthias Wessendorf <[email protected]>
- Loading branch information
Showing
1,852 changed files
with
1,066 additions
and
244,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,49 +18,6 @@ set -o errexit | |
set -o nounset | ||
set -o pipefail | ||
|
||
export GO111MODULE=on | ||
source $(dirname $0)/../vendor/knative.dev/hack/library.sh | ||
|
||
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/library.sh | ||
|
||
cd ${REPO_ROOT_DIR} | ||
|
||
VERSION="master" | ||
|
||
# The list of dependencies that we track at HEAD and periodically | ||
# float forward in this repository. | ||
FLOATING_DEPS=( | ||
"knative.dev/[email protected]" | ||
"knative.dev/eventing@${VERSION}" | ||
"knative.dev/serving@${VERSION}" | ||
"knative.dev/[email protected]" | ||
) | ||
|
||
# Parse flags to determine any we should pass to dep. | ||
GO_GET=0 | ||
while [[ $# -ne 0 ]]; do | ||
parameter=$1 | ||
case ${parameter} in | ||
--upgrade) GO_GET=1 ;; | ||
*) abort "unknown option ${parameter}" ;; | ||
esac | ||
shift | ||
done | ||
readonly GO_GET | ||
|
||
if (( GO_GET )); then | ||
go get -d ${FLOATING_DEPS[@]} | ||
fi | ||
|
||
# Prune modules. | ||
go mod tidy | ||
go mod vendor | ||
|
||
rm -rf $(find vendor/ -name 'OWNERS') | ||
rm -rf $(find vendor/ -name 'OWNERS_ALIASES') | ||
rm -rf $(find vendor/ -name 'BUILD') | ||
rm -rf $(find vendor/ -name 'BUILD.bazel') | ||
rm -rf $(find vendor/ -name '*_test.go') | ||
|
||
export GOFLAGS=-mod=vendor | ||
|
||
update_licenses third_party/VENDOR-LICENSE "./..." | ||
go_update_deps "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,3 @@ done | |
|
||
|
||
./hack/update-deps.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.