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-05 10:05:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c16dc72d0b1e514b45e4c2562b341681925c106d
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
…