From e06372d6f434ae64f3cbafddee5491d1e2570584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 16 Aug 2013 16:10:12 -0700 Subject: [PATCH] Update packaging/README to point to hack/release --- packaging/README.md | 12 ++++++++++++ packaging/README.rst | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 packaging/README.md delete mode 100644 packaging/README.rst diff --git a/packaging/README.md b/packaging/README.md new file mode 100644 index 0000000000..1efe79ab90 --- /dev/null +++ b/packaging/README.md @@ -0,0 +1,12 @@ +# Docker packaging + +This directory has one subdirectory per packaging distribution. +At minimum, each of these subdirectories should contain a +README.$DISTRIBUTION explaining how to create the native +docker package and how to install it. + +**Important:** the debian and ubuntu directories are here for +reference only. Since we experienced many issues with Launchpad, +we gave up on using it to have a Docker PPA (at least, for now!) +and we are using a simpler process. +See [/hack/release](../hack/release) for details. diff --git a/packaging/README.rst b/packaging/README.rst deleted file mode 100644 index 7e927ccffe..0000000000 --- a/packaging/README.rst +++ /dev/null @@ -1,8 +0,0 @@ -Docker packaging -================ - -This directory has one subdirectory per packaging distribution. -At minimum, each of these subdirectories should contain a -README.$DISTRIBUTION explaining how to create the native -docker package and how to install it. -