From: Luca Falavigna Date: Tue, 18 Jan 2011 08:19:37 +0000 (+0000) Subject: make-changelog: do not move to next element on unpack error X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=0086ca02b521ce6bb625ac3cea14471763016798 make-changelog: do not move to next element on unpack error This leads to not correctly remove temporary directory, which is not available for the next packages to be unpacked. Signed-off-by: Luca Falavigna --- diff --git a/dak/make_changelog.py b/dak/make_changelog.py index 44aae522..8039bfab 100755 --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -223,7 +223,6 @@ def export_files(session, pool, clpool, temppath): % (os.path.basename(f), p, sources[p][s][0]) else: print 'make-changelog: unable to unpack %s_%s: %s' % (p, sources[p][s][0], output) - continue rmtree(tempdir)