mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	hack: rename verify-{staging- -> }imports.sh
This commit is contained in:
		| @@ -39,10 +39,10 @@ QUICK_PATTERNS+=( | ||||
|   "verify-generated-files-remake" | ||||
|   "verify-godep-licenses.sh" | ||||
|   "verify-gofmt.sh" | ||||
|   "verify-imports.sh" | ||||
|   "verify-pkg-names.sh" | ||||
|   "verify-readonly-packages.sh" | ||||
|   "verify-staging-client-go.sh" | ||||
|   "verify-staging-imports.sh" | ||||
|   "verify-test-images.sh" | ||||
|   "verify-test-owners.sh" | ||||
| ) | ||||
|   | ||||
| @@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then | ||||
|   exit 1 | ||||
| fi | ||||
| 
 | ||||
| "${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/staging-import-restrictions.json" | ||||
| "${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/import-restrictions.json" | ||||
		Reference in New Issue
	
	Block a user