diff options
| author | zhu733756 <zhu733756@kubesphere.io> | 2022-03-03 17:01:05 +0800 |
|---|---|---|
| committer | zhu733756 <zhu733756@kubesphere.io> | 2022-03-03 17:03:17 +0800 |
| commit | 231a52442bde834132fae929a0e5974647e56404 (patch) | |
| tree | 1282d9695eaafb35c3bc9ca1639027d43664ffa1 /hack | |
| parent | remove iptablesmgr static file (diff) | |
| download | kubeedge-231a52442bde834132fae929a0e5974647e56404.tar.gz | |
fix vendor/licenses && go.mod
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/update-vendor-licenses.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hack/update-vendor-licenses.sh b/hack/update-vendor-licenses.sh index d9fdf78d0..071d17d2e 100755 --- a/hack/update-vendor-licenses.sh +++ b/hack/update-vendor-licenses.sh @@ -222,6 +222,11 @@ for PACKAGE in $(go list -m -json all | jq -r .Path | sort -f); do echo "${PACKAGE} has no files, skipping" >&2 continue fi + if [[ "${PACKAGE}" = "go.etcd.io/etcd" ]]; then + # temporarily treat this way until find out a better rule + echo "${PACKAGE}, temporarily skipping" >&2 + continue + fi echo "${PACKAGE}" process_content "${PACKAGE}" LICENSE |
