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
4186abf7
Commit
4186abf7
authored
Feb 26, 2018
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzl: fix update-bazel.sh
pickup
https://github.com/bazelbuild/bazel-gazelle/commit/a85b63b06c2e0c75931e57c4a1a18d4e566bb6f4
parent
05425f08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BUILD.root
build/root/BUILD.root
+1
-0
update-bazel.sh
hack/update-bazel.sh
+1
-1
No files found.
build/root/BUILD.root
View file @
4186abf7
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# gazelle:exclude _gopath
# gazelle:exclude _gopath
# gazelle:exclude _output
# gazelle:exclude _output
# gazelle:exclude _tmp
# gazelle:exclude _tmp
# gazelle:prefix k8s.io/kubernetes
package(default_visibility = ["//visibility:public"])
package(default_visibility = ["//visibility:public"])
...
...
hack/update-bazel.sh
View file @
4186abf7
...
@@ -32,7 +32,7 @@ kube::util::go_install_from_commit \
...
@@ -32,7 +32,7 @@ kube::util::go_install_from_commit \
97099dccc8807e9159dc28f374a8f0602cab07e1
97099dccc8807e9159dc28f374a8f0602cab07e1
kube::util::go_install_from_commit
\
kube::util::go_install_from_commit
\
github.com/bazelbuild/bazel-gazelle/cmd/gazelle
\
github.com/bazelbuild/bazel-gazelle/cmd/gazelle
\
39e8257565d3917c1674bf37d6538c10cdac2260
a85b63b06c2e0c75931e57c4a1a18d4e566bb6f4
touch
"
${
KUBE_ROOT
}
/vendor/BUILD"
touch
"
${
KUBE_ROOT
}
/vendor/BUILD"
...
...
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