aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmini-dinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/mini-dinstall b/mini-dinstall
index 66e54d2..d03209d 100755
--- a/mini-dinstall
+++ b/mini-dinstall
@@ -974,6 +974,7 @@ class ArchiveDir:
file = self._abspath(file)
target = os.path.join(rejectdir, os.path.basename(file))
do_rename(file, target)
+ do_rename(changefilename, os.path.join(rejectdir, os.path.basename(changefilename)))
self._logger.info('Rejecting "%s": %s' % (changefilename, `exception`))
except Exception:
self._logger.error("Unhandled exception while rejecting %s; archive may be in inconsistent state" % (changefilename,))