[Blends-commit] [SCM] website branch, master, updated. 3a4838f092762a70fcef8fa33922796302cbaedc

Andreas Tille tille at debian.org
Fri Jul 5 20:37:49 UTC 2013


The following commit has been merged in the master branch:
commit 3a4838f092762a70fcef8fa33922796302cbaedc
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jul 5 21:34:29 2013 +0200

    Add PTS link and homepage

diff --git a/.gitignore b/.gitignore
index 8ba5c2e..96bb8bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ packages-metadata
 _*
 *.pyc
 *.json
+*.pdf
 logs
 machine-readable
 data/
diff --git a/misc/thermometer/templates/thermometer.xhtml b/misc/thermometer/templates/thermometer.xhtml
index 757616f..747512b 100644
--- a/misc/thermometer/templates/thermometer.xhtml
+++ b/misc/thermometer/templates/thermometer.xhtml
@@ -17,7 +17,7 @@
 </tr>
 <py:for each="pkg in blend_data">
  <tr>
-  <td>${pkg.source}</td>
+  <td>${pkg.source} (<a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>,<a href='${pkg.homepage}'>UP</a>)</td>
   <td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td>
  </tr>
 </py:for>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list