[Piuparts-commits] rev 272 - trunk
Holger Levsen
holger at alioth.debian.org
Tue Mar 17 13:14:21 UTC 2009
Author: holger
Date: 2009-03-17 13:14:20 +0000 (Tue, 17 Mar 2009)
New Revision: 272
Modified:
trunk/TODO
trunk/piuparts-report.py
Log:
more todo and use <em> instead of <b>
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2009-03-17 11:59:34 UTC (rev 271)
+++ trunk/TODO 2009-03-17 13:14:20 UTC (rev 272)
@@ -9,14 +9,18 @@
- merge how-to-use-piuparts.txt custom-scripts.txt README and piuparts.docbook
into one asciidoc document.
- the sections in the index page generated by piuparts-report.py are hardcoded atm..
+ (fix by merging configfiles, also sections should have
+ desctription="Debian sid, consisting of main contrib non-free, testing installation and removal in sid"
- use debhelper to build the package
-- generates proper packages.txt for sections
+- rename packages.txt into $section_done_today.txt and include sections
+- create $section_packages.txt with into about all packages
- better header (link to FAQ, point out to read the bottom first..) for piuparts-logs
nice for 0.36
- improve the config parser so we dont need redundant config entries...
- merge conf-files into piuparts-sm.conf
+- automatically add ~$date to version string if distribution=UNRELASED
for 0.37 and on
@@ -31,6 +35,8 @@
stable/updates for security.d.o), you can't ignore this, it will break
later...
+- support for extra-packages-url (for volatile, security, etc)
+
- make it possible to configure additional sources lines
- piuparts can't currently test postfix, since installing postfix removes
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2009-03-17 11:59:34 UTC (rev 271)
+++ trunk/piuparts-report.py 2009-03-17 13:14:20 UTC (rev 272)
@@ -244,7 +244,7 @@
def emphasize_reason(str):
if str == "unknown-package" or str == "failed-testing":
- str = "<b>" + str + "</b>"
+ str = "<em" + str + "</em>"
return str
More information about the Piuparts-commits
mailing list