From ed61783c00ecdbea100a6cbff13caf161d6ffe0a Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 30 May 2013 12:28:24 -0700 Subject: [PATCH] Organize the project infrastructure: servers, dns, email etc. Upstream-commit: 43f369ea0ca5d07a1e3b6d04864ad204c3c65357 Component: engine --- components/engine/hack/infrastructure/MAINTAINERS | 2 ++ components/engine/hack/infrastructure/README.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 components/engine/hack/infrastructure/MAINTAINERS create mode 100644 components/engine/hack/infrastructure/README.md diff --git a/components/engine/hack/infrastructure/MAINTAINERS b/components/engine/hack/infrastructure/MAINTAINERS new file mode 100644 index 0000000000..490b0c1ea2 --- /dev/null +++ b/components/engine/hack/infrastructure/MAINTAINERS @@ -0,0 +1,2 @@ +Ken Cochrane +Jerome Petazzoni diff --git a/components/engine/hack/infrastructure/README.md b/components/engine/hack/infrastructure/README.md new file mode 100644 index 0000000000..126792a6b0 --- /dev/null +++ b/components/engine/hack/infrastructure/README.md @@ -0,0 +1,5 @@ +# Docker project infrastructure + +This directory holds all information about the technical infrastructure of the docker project; servers, dns, email, and all the corresponding tools and configuration. + +Obviously credentials should not be stored in this repo, but how to obtain and use them should be documented here.