Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b25ad9c8
Commit
b25ad9c8
authored
Aug 27, 2018
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set gazelle:proto disable_global
parent
9e284de5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
BUILD.root
build/root/BUILD.root
+4
-1
update-bazel.sh
hack/update-bazel.sh
+0
-1
No files found.
build/root/BUILD.root
View file @
b25ad9c8
# gazelle:build_file_name BUILD,BUILD.bazel
# gazelle:exclude _artifacts
# gazelle:exclude _artifacts
# gazelle:exclude _gopath
# gazelle:exclude _gopath
# gazelle:exclude _output
# gazelle:exclude _output
# gazelle:exclude _tmp
# gazelle:exclude _tmp
# gazelle:prefix k8s.io/kubernetes
# gazelle:prefix k8s.io/kubernetes
# Disable proto rules, since the Go sources are currently generated by
# Disable proto rules, since the Go sources are currently generated by
# hack/update-generated-protobuf.sh and checked into the repo.
# hack/update-generated-protobuf.sh and checked into the repo.
# gazelle:proto disable
# gazelle:proto disable
_global
package(default_visibility = ["//visibility:public"])
package(default_visibility = ["//visibility:public"])
...
...
hack/update-bazel.sh
View file @
b25ad9c8
...
@@ -41,7 +41,6 @@ if ! grep -q "# gazelle:importmap_prefix" "${KUBE_ROOT}/vendor/BUILD"; then
...
@@ -41,7 +41,6 @@ if ! grep -q "# gazelle:importmap_prefix" "${KUBE_ROOT}/vendor/BUILD"; then
fi
fi
gazelle fix
\
gazelle fix
\
-build_file_name
=
BUILD,BUILD.bazel
\
-external
=
vendored
\
-external
=
vendored
\
-mode
=
fix
\
-mode
=
fix
\
-repo_root
"
${
KUBE_ROOT
}
"
\
-repo_root
"
${
KUBE_ROOT
}
"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment