[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.46-31-g489e751

Andreas Beckmann debian at abeckmann.de
Fri Sep 28 11:41:52 UTC 2012


The following commit has been merged in the master branch:
commit 3b492d37024766db8a0c89feff96ea89773f92b0
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Sep 15 10:10:41 2012 +0200

    p-s: record the exitcode from piuparts in the logfile
    
    maybe this helps tracking down some spurious piuparts failures
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piuparts-slave.py b/piuparts-slave.py
index 442c06f..b65556b 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -681,6 +681,7 @@ def test_package(config, package, packages_files):
             output.write(f)
 
     output.write("\n")
+    output.write("ret=%d\n" % ret)
     output.write(time.strftime("End: %Y-%m-%d %H:%M:%S %Z\n",
                                time.gmtime()))
     output.close()

-- 
piuparts git repository



More information about the Piuparts-commits mailing list