@@ -108,30 +108,10 @@ bash variables.
108
108
109
109
### ` verify-bazel `
110
110
111
- This verification script validates whehter the removal of ` bazel `
112
- related files is still needed or not. This script after setting the
113
- temporary directories for gopath and kube-related path, runs
114
- ` [update-bazel.sh]() ` . And once executed, ` update-bazel ` deletes all
115
- the bazel related files which are either not there in vendor and some
116
- additional one-off files. After execution, the ` verify-bazel ` script
117
- again calculates diff to check the earlier output. And if the diff
118
- result is non-zero then script ` update-bazel.sh ` is run again for the
119
- files that might be left.
120
-
121
- Following are the files that are searched for deletion as part of this
122
- script:
123
-
124
- ``` bash
125
- " ${KUBE_ROOT} /build/root/BUILD.root" \
126
- " ${KUBE_ROOT} /WORKSPACE" \
127
- " ${KUBE_ROOT} /build/root/WORKSPACE" \
128
- " ${KUBE_ROOT} /.bazelrc" \
129
- " ${KUBE_ROOT} /build/root/.bazelrc" \
130
- " ${KUBE_ROOT} /.bazelversion" \
131
- " ${KUBE_ROOT} /build/root/.bazelversion" \
132
- " ${KUBE_ROOT} /.kazelcfg.json" \
133
- " ${KUBE_ROOT} /build/root/.kazelcfg.json"
134
- ```
111
+ This verify-bazel script validates the removal of bazel related
112
+ files. The script ensures no bazel related temporary, intermediate or
113
+ output files remain as part of
114
+ [ KEP-2420] ( https://github.com/kubernetes/enhancements/issues/2420 ) .
135
115
136
116
## ` verify-boilerplate `
137
117
0 commit comments