From fdef0f3f36edf2abbe08b4976c5bb1ae90d27ebc Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Sun, 14 Dec 2008 18:28:01 +0100 Subject: regenerate reliable Release files on archive_style simple-subdir If archive_style is simple-subdir and dynamic_reindex is true, we get in trouble with 'by-hand' changes in repository. Mini-dinstall looped in '_gen_release_impl()' over all architecture subdirectories but return by the first with no changes. Unfortunately 'all' is the first subdir and here are mostly no changes. All other Release files (for i386, sparc,...) are broken. --- mini-dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-dinstall b/mini-dinstall index 91fb4e9..ad49c47 100755 --- a/mini-dinstall +++ b/mini-dinstall @@ -1345,7 +1345,7 @@ class SimpleSubdirArchiveDirIndexer(ArchiveDirIndexer): if not release_needed: self._logger.info("Skipping Release generation") - return + continue self._logger.info("Generating Release...") if no_act: self._logger.info("Release generation complete") -- cgit v1.2.3