[Blends-commit] [SCM] website branch, master, updated. 2edbee247a2216e38c49ec4a80acc2d4f3c2c484

Andreas Tille tille at debian.org
Sun Jul 7 14:35:10 UTC 2013


The following commit has been merged in the master branch:
commit 2edbee247a2216e38c49ec4a80acc2d4f3c2c484
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jul 7 16:30:49 2013 +0200

    Add experimental and UNRELEASED (vcs status) to Debian Thermometer

diff --git a/misc/thermometer/templates/thermometer.xhtml b/misc/thermometer/templates/thermometer.xhtml
index 6c5ee80..9edc97b 100644
--- a/misc/thermometer/templates/thermometer.xhtml
+++ b/misc/thermometer/templates/thermometer.xhtml
@@ -67,13 +67,13 @@ table.pkg tr.othered {
 <caption><h3>$projectname Package Thermometer</h3></caption>
 <tr class='title'>
  <th>Package</th>
- <th>stable</th><th>testing</th><th>unstable</th><th>stable-bpo</th>
+ <th>stable</th><th>testing</th><th>unstable</th><th>stable-bpo</th><th>experimental</th><th>UNRELEASED</th>
 </tr>
 <py:for each="pkg in blend_data">
  <tr class='${pkg.debianstatus}'>
   <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
    </span><a href='${pkg.homepage}'>UP</a>)</td>
-  <td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td>
+  <td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td><td>${pkg.experimental}</td><td>${pkg.UNRELEASED}</td>
  </tr>
 </py:for>
 </table>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list