From 13e23643d5ca10a2f62cf2c77abf0d2941f611f3 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Wed, 28 Feb 2018 11:04:40 +0100
Subject: [PATCH] reprepro: tell to clean stale package indices
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Thanks to Jörg Behrmann for reporting this problem!
---
 RELEASE.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASE.rst b/RELEASE.rst
index 03557fab..12074d7a 100644
--- a/RELEASE.rst
+++ b/RELEASE.rst
@@ -403,6 +403,10 @@ If the config had to be updated execute::
     reprepro export
     reprepro --delete createsymlinks
 
+In addition to the above, if distributions were removed from the
+configuration file the corresponding directories must be removed
+manually from under the `dists` subdirectory.
+
 Now the source and binary Debian packages can be added.  The last line has to
 be executed for all the .deb files and may be automated with a shell loop. (Be
 sure to use the appropriate <dist>: for the above configuratoin file either
-- 
GitLab