Commit fe6ddf3a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #54557 from sttts/sttts-import-restrictions

Automatic merge from submit-queue (batch tested with PRs 54399, 54557, 54506). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. hack: rename verify-{staging- -> }imports.sh The import-verify mechanism is very helpful in restricting imports on a long way towards splitting out something into a staging repo. Obviously, during that time it's not about staging repos. This PR renames the verify script and config for that reality.
parents 7b588817 d51d7fd2
...@@ -39,10 +39,10 @@ QUICK_PATTERNS+=( ...@@ -39,10 +39,10 @@ QUICK_PATTERNS+=(
"verify-generated-files-remake" "verify-generated-files-remake"
"verify-godep-licenses.sh" "verify-godep-licenses.sh"
"verify-gofmt.sh" "verify-gofmt.sh"
"verify-imports.sh"
"verify-pkg-names.sh" "verify-pkg-names.sh"
"verify-readonly-packages.sh" "verify-readonly-packages.sh"
"verify-staging-client-go.sh" "verify-staging-client-go.sh"
"verify-staging-imports.sh"
"verify-test-images.sh" "verify-test-images.sh"
"verify-test-owners.sh" "verify-test-owners.sh"
) )
......
...@@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then ...@@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then
exit 1 exit 1
fi fi
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/staging-import-restrictions.json" "${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/import-restrictions.json"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment