From 43f369ea0ca5d07a1e3b6d04864ad204c3c65357 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. --- hack/infrastructure/MAINTAINERS | 2 ++ hack/infrastructure/README.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 hack/infrastructure/MAINTAINERS create mode 100644 hack/infrastructure/README.md diff --git a/hack/infrastructure/MAINTAINERS b/hack/infrastructure/MAINTAINERS new file mode 100644 index 000000000..490b0c1ea --- /dev/null +++ b/hack/infrastructure/MAINTAINERS @@ -0,0 +1,2 @@ +Ken Cochrane +Jerome Petazzoni diff --git a/hack/infrastructure/README.md b/hack/infrastructure/README.md new file mode 100644 index 000000000..126792a6b --- /dev/null +++ b/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.