This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-10-09 13:03:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
105481db59deead06e52eb1ed5db0a9bcd7ebace
kubernetes
/
hack
/
make-rules
History
Tim Hockin
a0215badb8
Change
pushd $d; go ...; popd
to
go -C $d ...
...
Just an annoyance in reading these scripts.
2024-03-02 14:40:10 -08:00
..
build.sh
…
clean.sh
Simpler and less noisy make-clean
2023-12-08 09:20:44 -08:00
cross.sh
…
make-help.sh
…
test-cmd.sh
Clarify, document KUBE_OUTPUT_* variables
2024-02-29 22:05:42 -08:00
test-e2e-node.sh
Rename new::setup_env back to setup_env
2024-02-29 22:06:44 -08:00
test-integration.sh
Fix make test-integration for workspaces
2024-02-29 22:06:57 -08:00
test.sh
Change
pushd $d; go ...; popd
to
go -C $d ...
2024-03-02 14:40:10 -08:00
update.sh
Generate go.work files
2024-02-29 00:22:06 -08:00
verify.sh
golangci-lint: optionally skip it during "make verify", II
2024-02-16 10:07:51 +01:00
vet.sh
…