diff --git a/hack b/hack new file mode 120000 index 0000000000..e3f094ee63 --- /dev/null +++ b/hack @@ -0,0 +1 @@ +project \ No newline at end of file diff --git a/hack/CONTRIBUTORS.md b/project/CONTRIBUTORS.md similarity index 100% rename from hack/CONTRIBUTORS.md rename to project/CONTRIBUTORS.md diff --git a/hack/GOVERNANCE.md b/project/GOVERNANCE.md similarity index 100% rename from hack/GOVERNANCE.md rename to project/GOVERNANCE.md diff --git a/hack/MAINTAINERS b/project/MAINTAINERS similarity index 100% rename from hack/MAINTAINERS rename to project/MAINTAINERS diff --git a/hack/MAINTAINERS.md b/project/MAINTAINERS.md similarity index 100% rename from hack/MAINTAINERS.md rename to project/MAINTAINERS.md diff --git a/hack/PACKAGERS.md b/project/PACKAGERS.md similarity index 100% rename from hack/PACKAGERS.md rename to project/PACKAGERS.md diff --git a/hack/PRINCIPLES.md b/project/PRINCIPLES.md similarity index 100% rename from hack/PRINCIPLES.md rename to project/PRINCIPLES.md diff --git a/hack/README.md b/project/README.md similarity index 100% rename from hack/README.md rename to project/README.md diff --git a/hack/RELEASE-CHECKLIST.md b/project/RELEASE-CHECKLIST.md similarity index 100% rename from hack/RELEASE-CHECKLIST.md rename to project/RELEASE-CHECKLIST.md diff --git a/hack/ROADMAP.md b/project/ROADMAP.md similarity index 100% rename from hack/ROADMAP.md rename to project/ROADMAP.md diff --git a/hack/allmaintainers.sh b/project/allmaintainers.sh similarity index 100% rename from hack/allmaintainers.sh rename to project/allmaintainers.sh diff --git a/hack/dind b/project/dind similarity index 100% rename from hack/dind rename to project/dind diff --git a/hack/generate-authors.sh b/project/generate-authors.sh similarity index 100% rename from hack/generate-authors.sh rename to project/generate-authors.sh diff --git a/hack/getmaintainer.sh b/project/getmaintainer.sh similarity index 100% rename from hack/getmaintainer.sh rename to project/getmaintainer.sh diff --git a/hack/install.sh b/project/install.sh similarity index 100% rename from hack/install.sh rename to project/install.sh diff --git a/hack/make.sh b/project/make.sh similarity index 100% rename from hack/make.sh rename to project/make.sh diff --git a/hack/make/.ensure-busybox b/project/make/.ensure-busybox similarity index 100% rename from hack/make/.ensure-busybox rename to project/make/.ensure-busybox diff --git a/hack/make/.ensure-scratch b/project/make/.ensure-scratch similarity index 100% rename from hack/make/.ensure-scratch rename to project/make/.ensure-scratch diff --git a/hack/make/.go-compile-test-dir b/project/make/.go-compile-test-dir similarity index 100% rename from hack/make/.go-compile-test-dir rename to project/make/.go-compile-test-dir diff --git a/hack/make/.validate b/project/make/.validate similarity index 100% rename from hack/make/.validate rename to project/make/.validate diff --git a/hack/make/README.md b/project/make/README.md similarity index 100% rename from hack/make/README.md rename to project/make/README.md diff --git a/hack/make/binary b/project/make/binary similarity index 100% rename from hack/make/binary rename to project/make/binary diff --git a/hack/make/cover b/project/make/cover similarity index 100% rename from hack/make/cover rename to project/make/cover diff --git a/hack/make/cross b/project/make/cross similarity index 100% rename from hack/make/cross rename to project/make/cross diff --git a/hack/make/dynbinary b/project/make/dynbinary similarity index 100% rename from hack/make/dynbinary rename to project/make/dynbinary diff --git a/hack/make/dyntest-integration b/project/make/dyntest-integration similarity index 100% rename from hack/make/dyntest-integration rename to project/make/dyntest-integration diff --git a/hack/make/dyntest-unit b/project/make/dyntest-unit similarity index 100% rename from hack/make/dyntest-unit rename to project/make/dyntest-unit diff --git a/hack/make/test-integration b/project/make/test-integration similarity index 100% rename from hack/make/test-integration rename to project/make/test-integration diff --git a/hack/make/test-integration-cli b/project/make/test-integration-cli similarity index 100% rename from hack/make/test-integration-cli rename to project/make/test-integration-cli diff --git a/hack/make/test-unit b/project/make/test-unit similarity index 100% rename from hack/make/test-unit rename to project/make/test-unit diff --git a/hack/make/tgz b/project/make/tgz similarity index 100% rename from hack/make/tgz rename to project/make/tgz diff --git a/hack/make/ubuntu b/project/make/ubuntu similarity index 100% rename from hack/make/ubuntu rename to project/make/ubuntu diff --git a/hack/make/validate-dco b/project/make/validate-dco similarity index 100% rename from hack/make/validate-dco rename to project/make/validate-dco diff --git a/hack/make/validate-gofmt b/project/make/validate-gofmt similarity index 100% rename from hack/make/validate-gofmt rename to project/make/validate-gofmt diff --git a/hack/release.sh b/project/release.sh similarity index 100% rename from hack/release.sh rename to project/release.sh diff --git a/hack/stats.sh b/project/stats.sh similarity index 100% rename from hack/stats.sh rename to project/stats.sh diff --git a/hack/vendor.sh b/project/vendor.sh similarity index 100% rename from hack/vendor.sh rename to project/vendor.sh