[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.48-78-g1d4b0ea

Andreas Beckmann debian at abeckmann.de
Thu Jan 3 15:40:24 UTC 2013


The following commit has been merged in the piatti branch:
commit 0fe4e381c745c0a301bea56adb300c04481e5355
Author: David Steele <dsteele at gmail.com>
Date:   Sun Dec 23 20:45:33 2012 -0500

    Fix states url reference in piuparts-report.py dist html output.

diff --git a/piuparts-report.py b/piuparts-report.py
index b8ecf38..ab84c56 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1042,8 +1042,8 @@ class Section:
                      + "<td class=\"contentcell2\" colspan=\"3\">" \
                      + "<a href=\"%s\">" \
                        % "states.png" \
-                     + "<img src=\"/%s/%s\" height=\"450\" width=\"800\" alt=\"Binary package states in %s\">" \
-                       % (self._config.section, "states.png", self._config.section) \
+                     + "<img src=\"%s\" height=\"450\" width=\"800\" alt=\"Binary package states in %s\">" \
+                       % ("states.png", self._config.section) \
                      + "</a></td></tr>\n"
 
         return stats_html

-- 
piuparts git repository



More information about the Piuparts-commits mailing list