Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
x-debbugs-cc: sitesummary@packages.debian.org
Hi,
please unblock sitesummary 0.0.67, which includes two trivial bugfixes, one of
them set to serious severity.
sitesummary (0.0.67) unstable; urgency=low
[ Ronny Aasen ]
* Only run lsscsi from collect.d/system, if /proc/bus/scsi exsists
to avoid errors on machines without /sys mouted, like chroots
and vservers (Closes: #602286).
[ Petter Reinholdtsen ]
* Change sitesummary-upload to not try to parse an empty
$http_proxy variable. This get it working on hosts without
a proxy setting (Closes: #604025).
collect.d/system | 2 +-
debian/changelog | 14 ++++++++++++++
sitesummary-upload | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
Those 4 lines are:
-if type lsscsi >/dev/null 2>&1; then
+if [ -d /proc/bus/scsi ] && type lsscsi >/dev/null 2>&1; then
-if (defined($http_proxy))
+if (defined($http_proxy) && $http_proxy)
Thanks,
Holger
Attachment:
signature.asc
Description: This is a digitally signed message part.