[Piuparts-commits] rev 315 - trunk

Holger Levsen holger at alioth.debian.org
Sat Apr 4 14:09:50 UTC 2009


Author: holger
Date: 2009-04-04 14:09:50 +0000 (Sat, 04 Apr 2009)
New Revision: 315

Modified:
   trunk/Makefile
   trunk/TODO
   trunk/piuparts-report.py
Log:
add news entry about deleting all failed logfiles

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-04-04 13:57:06 UTC (rev 314)
+++ trunk/Makefile	2009-04-04 14:09:50 UTC (rev 315)
@@ -25,7 +25,7 @@
 	a2x -a toc -a toclevels=3 -f pdf README.txt
 	rm README.xml
 	install -d $(docdir)/
-	for file in README.txt README.html docbook-xsl.css *.png README.pdf; do \
+	for file in README.txt README.html docbook-xsl.css README.pdf; do \
 	    install -m 0755 $$file $(docdir)/ ; done
 	
 	install -d $(man1dir) 

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-04-04 13:57:06 UTC (rev 314)
+++ trunk/TODO	2009-04-04 14:09:50 UTC (rev 315)
@@ -10,6 +10,7 @@
 -- write_packages_summary() is not used atm
 -- write stats about the reasons for failures
 - then R
+- dont write counts.txt if it has already been written that day
 - take care of old conf files on upgrades
 - take care of old pyc files from python-central
 

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-04-04 13:57:06 UTC (rev 314)
+++ trunk/piuparts-report.py	2009-04-04 14:09:50 UTC (rev 315)
@@ -320,6 +320,11 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
+      2009-04-04: Deleted all failed logfiles so far for two reasons: until now, only three out of ten failure types where logged with a pattern to search for in the logfiles, now this is done for all ten types of failures. And second, the way of breaking circular dependencies was not bulletproof, thus there were false positives in the failures. Now it should be fine, though maybe this will lead to lots of untestable packages... we'll see.
+     </td>
+    </tr>
+    <tr class="normalrow">
+     <td class="contentcell2">
       2009-03-19: lenny2squeeze is not needed, so all logs for squeeze (as well as lenny2squeeze) were deleted. (As squeeze now includes two kinds of tests: installation and removal in squeeze, and installation in lenny, upgrade to squeeze, removal in squeeze.
      </td>
     </tr>




More information about the Piuparts-commits mailing list