[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-598-gace668e

Holger Levsen holger at layer-acht.org
Sun May 27 13:47:15 UTC 2012


The following commit has been merged in the piatti branch:
commit cdf828d70446fd2571dd6dba45cf66fd77b68d44
Author: David Steele <dsteele at gmail.com>
Date:   Mon May 21 20:35:15 2012 -0400

    piuparts-report - Release Section object when section processing complete

diff --git a/debian/changelog b/debian/changelog
index c93f4b6..63df4d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 piuparts (0.45) UNRELEASED; urgency=low
 
+  [ Holger Levsen ]
   * Merge piatti.git into piuparts.git, so that piatti.git has become obsolete
     now.  
 
+  [ David Steele ]
+  * piuparts-report.py:
+    - Release Section object when section processing is complete. 
+      (Closes: #673919)
+
  -- Holger Levsen <holger at debian.org>  Thu, 17 May 2012 21:08:16 +0200
 
 piuparts (0.44) unstable; urgency=low
diff --git a/piuparts-report.py b/piuparts-report.py
index 3b44439..0bec6e3 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1122,11 +1122,9 @@ def main():
 
 
     if os.path.exists(master_directory):
-        sections = []
         for section_name in section_names:
             section = Section(section_name)
             section.generate_output(master_directory=master_directory,output_directory=output_directory,section_names=section_names)
-            sections.append(section)
 
         # static pages
         logging.debug("Writing static pages")

-- 
piuparts git repository



More information about the Piuparts-commits mailing list