Your message dated Mon, 31 Oct 2005 00:42:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336330: qa.debian.org: adding links to popcon graphs to
popcon display page
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Oct 2005 14:54:13 +0000
>From [EMAIL PROTECTED] Sat Oct 29 07:54:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from relay.uni-heidelberg.de [129.206.100.212]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EVs60-0002tX-00; Sat, 29 Oct 2005 07:54:13 -0700
Received: from ix.urz.uni-heidelberg.de (popix.urz.uni-heidelberg.de
[129.206.119.235])
by relay.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id j9TErwjC004426
for <[EMAIL PROTECTED]>; Sat, 29 Oct 2005 16:53:58 +0200
Received: from extmail.urz.uni-heidelberg.de (extmail.urz.uni-heidelberg.de
[129.206.100.140])
by ix.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id QAA4546576
for <[EMAIL PROTECTED]>; Sat, 29 Oct 2005 16:52:58 +0200
Received: from live (p54A72E38.dip0.t-ipconnect.de [84.167.46.56])
(authenticated bits=0)
by extmail.urz.uni-heidelberg.de (8.13.4/8.13.1) with ESMTP id
j9TErSlN001280
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Sat, 29 Oct 2005 16:53:29 +0200
Received: from fernst by live with local (Exim 4.54)
id 1EVs4m-0002XE-HY
for [EMAIL PROTECTED]; Sat, 29 Oct 2005 16:52:56 +0200
Date: Sat, 29 Oct 2005 16:52:56 +0200
From: Florian Ernst <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: qa.debian.org: adding links to popcon graphs to popcon display page
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="i9LlY+UWpKt15+FH"
Content-Disposition: inline
X-Reportbug-Version: 3.17
X-Debbugs-Cc: Ian Lynagh <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,X_DEBBUGS_CC
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--i9LlY+UWpKt15+FH
Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu"
Content-Disposition: inline
--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: qa.debian.org
Severity: wishlist
Tags: patch
Dear QA people,
I'm wondering whether it's desirable to include links to Ian Lynagh's
popcon graphs in the popcon display page, like e.g. adding a link to
<http://people.debian.org/~igloo/popcon-graphs/index.php?packages=ascii>
to
<http://qa.debian.org/developer.php?popcon=ascii>.
This for example allows to roughly estimate the user distribution over
the different flavors of Debian. However, for other packages (like e.g.
"kde") the advantage would be nearly non-existing, and I don't know
whether Ian considers his scripts ready for such a use and where the
source is (thus X-Debbugs-CCing him)...
Personally I'd like to have such a link as outlined in the attached
patch against data/ddpo/extract_popcon.py, but I'd also like to hear
other opinions / comments.
Cheers,
Flo
--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="extract_popcon.py.diff"
Content-Transfer-Encoding: quoted-printable
--- extract_popcon.py.orig 2005-10-29 16:51:36.000000000 +0200
+++ extract_popcon.py 2005-10-29 16:51:46.000000000 +0200
@@ -168,12 +168,13 @@
recent_data =3D float(result_hash[source][binary][3]['value'])=
/ float(max_data['recent']) * 100
nofiles_data =3D float(result_hash[source][binary][4]['value']=
) / float(max_data['nofiles']) * 100
print >> popcon, """<tr align=3D"center"%s>""" % color
- print >> popcon, """<td><small><b>%s</b></small></td>
+ print >> popcon, """<td><small><b>%s</b><br>
+<a href=3D"http://people.debian.org/~igloo/popcon-graphs/index.php?package=
s=3D%s">[graphs]</a></small></td>
<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>
<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>
<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>
<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>
-<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>""" % (binary,=20
+<td><small>%s</small></td><td><small>%.2f %</small></td><td><small>%s=
</small></td>""" % (binary, binary,
result_hash[source][binary][0]['value'], inst_da=
ta, rank_inst[binary],=20
result_hash[source][binary][1]['value'], vote_da=
ta, rank_vote[binary],
result_hash[source][binary][2]['value'], old_dat=
a, rank_old[binary],
--sdtB3X0nJg68CQEu--
--i9LlY+UWpKt15+FH
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDY4zIs3U+TVFLPnwRAlc1AKCVk5nOG3vyeqpYEs2qgyCVRoim8QCfY/WN
b1tXK/l+OZXXlEloBIjy09w=
=A0B8
-----END PGP SIGNATURE-----
--i9LlY+UWpKt15+FH--
---------------------------------------
Received: (at 336330-done) by bugs.debian.org; 30 Oct 2005 23:42:06 +0000
>From [EMAIL PROTECTED] Sun Oct 30 15:42:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from meitner.df7cb.de [217.160.132.97] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EWMoQ-0006r1-00; Sun, 30 Oct 2005 15:42:06 -0800
Received: from volta.df7cb.de (dslb-084-058-194-060.pools.arcor-ip.net
[84.58.194.60])
by meitner.df7cb.de (Postfix) with ESMTP id 43BB720C02E
for <[EMAIL PROTECTED]>; Mon, 31 Oct 2005 00:42:05 +0100 (CET)
Received: by volta.df7cb.de (Postfix, from userid 1000)
id 5C2A543063; Mon, 31 Oct 2005 00:42:04 +0100 (CET)
Date: Mon, 31 Oct 2005 00:42:04 +0100
From: Christoph Berg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#336330: qa.debian.org: adding links to popcon graphs to popcon
display page
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: Christoph Berg <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="/Zw+/jwnNHcBRYYu"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
X-Debbugs-No-Ack: please
X-Face: ([EMAIL PROTECTED](D\O)J!Qu\q4fh8W^7WGqxpwTk&Xy0*ya<[EMAIL
PROTECTED]/TA:l\Pde>wYj,M;75"
N13_k}S.rS#lmX[G]QOuw[H"4#z$tSn$SkV<IurN'6;gkRFZw@/XLtl7":0v&kN3*-iM~q*;.*CfH@
qM>5ucV193Tz3IWj<]8at(6"K.ht//s"Ds,xMV9A\_bN/)[EMAIL PROTECTED]>-dF34Kw?,<G0ya
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
X_DEBBUGS_NO_ACK autolearn=ham version=2.60-bugs.debian.org_2005_01_02
--/Zw+/jwnNHcBRYYu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Re: Florian Ernst in <[EMAIL PROTECTED]>
> Personally I'd like to have such a link as outlined in the attached
> patch against data/ddpo/extract_popcon.py, but I'd also like to hear
> other opinions / comments.
Hi,
I just implemented that, thanks for the suggestion. (It's basically
your patch with the link in a different column.)
Christoph
--=20
[EMAIL PROTECTED] | http://www.df7cb.de/
--/Zw+/jwnNHcBRYYu
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDZVpMxa93SlhRC1oRAmCKAKDC8Dejv/t7L0yEI7pr9IKmERZOfQCgseOl
I6O/QlxdWZPtW6yI6zEYnUU=
=6VtI
-----END PGP SIGNATURE-----
--/Zw+/jwnNHcBRYYu--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]