Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-21 Thread David Bolen
Victor Stinner victor.stin...@haypocalc.com writes:

 Le lundi 14 mars 2011 à 15:36 -0400, David Bolen a écrit :

 Speaking of bbreport, I sometimes use the published page on that site
 (http://code.google.com/p/bbreport/wiki/PythonBuildbotReport) to check
 over things, but looking at it today, it seems to most recently have been
 generated back in January.  Or is the generated date line wrong?

 I ran a cron task to regenerate this page each hour, but I didn't get
 any feedback and I stopped to use it, so I just removed the cron task.

 Do you want that I restart this cron task?

If it's a hassle to maintain, it's probably not worth it.  I can't say
it's critical to me, but I do find it helpful to review periodically
given how it summarizes issues that may aggregate up to a builder or
slave.  I just keep it open on a tab along with the build slave
summary page which is my primary check, so it's a bit simpler than
having to re-run a command line tool for quick checks.

I did submit one feature request (issue 16) early on when I first
started using it about seeing if it was possible to include slave (and
not just builder) information.

-- David

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-19 Thread Victor Stinner
Le lundi 14 mars 2011 à 15:36 -0400, David Bolen a écrit :
 Antoine Pitrou solip...@pitrou.net writes:
 
  I suggest you try http://code.google.com/p/bbreport/, which provides a
  very nice command-line interface.
 
 Speaking of bbreport, I sometimes use the published page on that site
 (http://code.google.com/p/bbreport/wiki/PythonBuildbotReport) to check
 over things, but looking at it today, it seems to most recently have been
 generated back in January.  Or is the generated date line wrong?

I ran a cron task to regenerate this page each hour, but I didn't get
any feedback and I stopped to use it, so I just removed the cron task.

Do you want that I restart this cron task?

I don't remember if bbreport can directly generate an HTML page or not.
If not, we should patch it :-)

Victor

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-15 Thread Martin v. Löwis

Traditionally I could see who was the committer who push change to the
buildbots. This info seems not to be (easily) available.


I have now restored that information in the buildbot. However, only 
includes the committer, not the pusher. Traditionally, they were the

same thing, but they are not anymore since the mercurial switch.
I don't know whether the pushlog is available remotely.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-15 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15/03/11 21:14, Martin v. Löwis wrote:
 Traditionally I could see who was the committer who push change to the
 buildbots. This info seems not to be (easily) available.
 
 I have now restored that information in the buildbot. However, only
 includes the committer, not the pusher. Traditionally, they were the
 same thing, but they are not anymore since the mercurial switch.
 I don't know whether the pushlog is available remotely.

Thanks for bringing this back!.

Recording the pusher is useful, since anybody (with push privileges) can
fake commit attributions. I know that people like Mozilla actually store
this information (via a push hook, if I am not mistaken).

- -- 
Jesus Cea Avion _/_/  _/_/_/_/_/_/
j...@jcea.es - http://www.jcea.es/ _/_/_/_/  _/_/_/_/  _/_/
jabber / xmpp:j...@jabber.org _/_/_/_/  _/_/_/_/_/
.  _/_/  _/_/_/_/  _/_/  _/_/
Things are not so easy  _/_/  _/_/_/_/  _/_/_/_/  _/_/
My name is Dump, Core Dump   _/_/_/_/_/_/  _/_/  _/_/
El amor es poner tu felicidad en la felicidad de otro - Leibniz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQCVAwUBTX/Zn5lgi5GaxT1NAQLkyAP/WmXHtvSrx2UKkH8ubRvPVNoOqJChsPor
BLjOZD3oxiM9l0EUBtgmJPVsH9yvB0fdvFj+2T3sc9Jt5eWgSE4bzgIHXsgA7aXZ
sq24yK0Vdot+F9aDTDmeHlHrv0UzpJSBQm0iI+mkUQIVCK0da/Fy/1BMuyCxjR0C
7DZCGVOzQyg=
=jmsM
-END PGP SIGNATURE-
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-14 Thread Antoine Pitrou
On Mon, 14 Mar 2011 17:59:27 +0100
Jesus Cea j...@jcea.es wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Traditionally I could see who was the committer who push change to the
 buildbots. This info seems not to be (easily) available.

That info was lost quite before the hg migration, when the buildbot
version was upgraded on the server.

I suggest you try http://code.google.com/p/bbreport/, which provides a
very nice command-line interface.

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-14 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 14/03/11 18:07, Antoine Pitrou wrote:
 On Mon, 14 Mar 2011 17:59:27 +0100
 Jesus Cea j...@jcea.es wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Traditionally I could see who was the committer who push change to the
 buildbots. This info seems not to be (easily) available.
 
 That info was lost quite before the hg migration, when the buildbot
 version was upgraded on the server.
 
 I suggest you try http://code.google.com/p/bbreport/, which provides a
 very nice command-line interface.

Thanks for the suggestion.

Sniff...


[jcea@babylon5 bbreport]$ python bbreport.py  -r 15b090c9442a
Usage: bbreport.py [options] branch ...

bbreport.py: error: option -r: invalid integer value: '15b090c9442a'


- -- 
Jesus Cea Avion _/_/  _/_/_/_/_/_/
j...@jcea.es - http://www.jcea.es/ _/_/_/_/  _/_/_/_/  _/_/
jabber / xmpp:j...@jabber.org _/_/_/_/  _/_/_/_/_/
.  _/_/  _/_/_/_/  _/_/  _/_/
Things are not so easy  _/_/  _/_/_/_/  _/_/_/_/  _/_/
My name is Dump, Core Dump   _/_/_/_/_/_/  _/_/  _/_/
El amor es poner tu felicidad en la felicidad de otro - Leibniz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQCVAwUBTX5lzplgi5GaxT1NAQJ8iwQAmnFHvjxh/OB1OsnUOy4s4RLizgK5Jqo0
N2yynyErx1wdgxB1TGzfMxpZxrWrgGzQrQBiZ5/XuNN6BcUTPW9Lu+np/muKB+qm
3AL864XOqxzbAh2/p4FleZJIqGBnniFUlB3AclI6KLhjumvJFDHLeKczRGPVWFE+
Ref0AtQBVNg=
=mQiJ
-END PGP SIGNATURE-
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Have we lost changeset info in the buildbots

2011-03-14 Thread David Bolen
Antoine Pitrou solip...@pitrou.net writes:

 I suggest you try http://code.google.com/p/bbreport/, which provides a
 very nice command-line interface.

Speaking of bbreport, I sometimes use the published page on that site
(http://code.google.com/p/bbreport/wiki/PythonBuildbotReport) to check
over things, but looking at it today, it seems to most recently have been
generated back in January.  Or is the generated date line wrong?

-- David

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com