[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-689-gbf31baf

Andreas Beckmann debian at abeckmann.de
Sun Jun 10 11:10:27 UTC 2012


The following commit has been merged in the piatti branch:
commit c4918d0e88c15ce1c3053ccfed35bd38429bc286
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Jun 6 11:33:22 2012 +0200

    p-m: do not dump received log content to master logfile
    
    makes the master logfile grow slower
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 77de8c4..9518a25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,6 +88,7 @@ piuparts (0.45) UNRELEASED; urgency=low
     - Consider any combination of two error states for the blocking count.
   * piuparts-master.py:
     - Remove known_circular_depends handling.
+    - Reduce logfile verboseness: do not include received logs.
   * piuparts-slave.py:
     - Randomize waiting time (between 60 and 180 seconds) if master is busy.
     - Sleep until the next section can be tried, but at least 1 minute.
diff --git a/piuparts-master.py b/piuparts-master.py
index 2b87052..65386d4 100644
--- a/piuparts-master.py
+++ b/piuparts-master.py
@@ -91,7 +91,7 @@ class Protocol:
     def _read_long_part(self):
         lines = []
         while True:
-            line = self._readline()
+            line = self._input.readline()
             if not line:
                 raise ProtocolError()
             if line == ".\n":

-- 
piuparts git repository



More information about the Piuparts-commits mailing list