[Blends-commit] [SCM] website branch, master, updated. 193d2867814d8a54c22082705237e67a214ed2cd
Andreas Tille
tille at debian.org
Sun Jun 2 19:56:11 UTC 2013
The following commit has been merged in the master branch:
commit 193d2867814d8a54c22082705237e67a214ed2cd
Author: Andreas Tille <tille at debian.org>
Date: Sun Jun 2 20:13:13 2013 +0200
Use 'quantal' as release "Ubuntu"
diff --git a/misc/sql/gis-thermometer.sh b/misc/sql/gis-thermometer.sh
index c9f33dd..23c18af 100755
--- a/misc/sql/gis-thermometer.sh
+++ b/misc/sql/gis-thermometer.sh
@@ -14,6 +14,7 @@ SELECT b.source,
testing.version AS testing,
unstable.version AS unstable,
experimental.version AS experimental,
+ ubuntu.version AS ubuntu,
d.unstable_upstream AS upstream,
d.unstable_status AS status
FROM (
@@ -67,6 +68,15 @@ SELECT b.source,
GROUP BY p.source
ORDER BY p.source
) experimental ON b.source = experimental.source
+ LEFT OUTER JOIN (
+ SELECT DISTINCT u.source, strip_binary_upload(MAX(s.version)) AS version
+ FROM ubuntu_packages u
+ JOIN blends_dependencies b ON b.package = u.package
+ JOIN ubuntu_sources s ON u.source = s.source AND u.release = s.release
+ WHERE b.blend = '$1' AND u.release = 'quantal'
+ GROUP BY u.source
+ ORDER BY u.source
+ ) ubuntu ON b.source = ubuntu.source
LEFT OUTER JOIN dehs d ON b.source = d.source
ORDER BY b.source
;
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list