Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion hack/add-boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script codegen-library.sh)"
source "$(go run knative.dev/hack/cmd/script codegen-library.sh)"

USAGE=$(cat <<EOF
Add boilerplate.<ext>.txt to all .<ext> files missing it in a directory.
Expand Down
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script release.sh)"
source "$(go run knative.dev/hack/cmd/script release.sh)"

declare -A COMPONENTS
COMPONENTS=(
Expand Down
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script codegen-library.sh)"
source "$(go run knative.dev/hack/cmd/script codegen-library.sh)"

echo "=== Update Codegen for ${MODULE_NAME}"

Expand Down
2 changes: 1 addition & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ set -o nounset
set -o pipefail

# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script library.sh)"
source "$(go run knative.dev/hack/cmd/script library.sh)"

go_update_deps "$@"
2 changes: 1 addition & 1 deletion hack/verify-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script library.sh)"
source "$(go run knative.dev/hack/cmd/script library.sh)"

"${REPO_ROOT_DIR}"/hack/update-codegen.sh

Expand Down
2 changes: 1 addition & 1 deletion test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
export DISABLE_MD_LINTING=1

# shellcheck disable=SC1090
source "$(GOFLAGS='-mod=mod' go run knative.dev/hack/cmd/script presubmit-tests.sh)"
source "$(go run knative.dev/hack/cmd/script presubmit-tests.sh)"

# TODO(mattmoor): integration tests

Expand Down
17 changes: 0 additions & 17 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/.travis.yml

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/CONTRIBUTING.md

This file was deleted.

201 changes: 0 additions & 201 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/README.md

This file was deleted.

Loading
Loading