Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-06 Thread Toshio Kuratomi
On Thu, Mar 04, 2010 at 05:32:11PM +0100, Till Maas wrote: can be packaged. Another obvious TODO is to get bodhi_update_str() included in the bodhi client in fedora-python. I'll be happy to take that patch. Looking like I'll be pushing out an updated python-fedora next week. Depending on the

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-05 Thread Till Maas
Here is now a review request for fedora-easy-karma: https://bugzilla.redhat.com/show_bug.cgi?id=570771 pgp3bH9mzb8w2.pgp Description: PGP signature -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-05 Thread Michael Schwendt
Interesting script. Nice idea, Till! Comment? -1/0/1 -karma, other - skip 1 With defaults (no command-line args), it here prompted me to enter the FAS password for localhost. I had to use --fas-username=... -- devel mailing list devel@lists.fedoraproject.org

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-05 Thread Till Maas
On Fri, Mar 05, 2010 at 10:21:37PM +0100, Michael Schwendt wrote: With defaults (no command-line args), it here prompted me to enter the FAS password for localhost. I had to use --fas-username=... These are the two commands that are used to get the username, what do they return for you?

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-05 Thread Michael Schwendt
On Fri, 05 Mar 2010 23:00:12 +0100, Till wrote: On Fri, Mar 05, 2010 at 10:21:37PM +0100, Michael Schwendt wrote: With defaults (no command-line args), it here prompted me to enter the FAS password for localhost. I had to use --fas-username=... These are the two commands that are used

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-05 Thread Tony Nelson
On 10-03-05 17:00:12, Till Maas wrote: ... But it seems that os.getlogin() is too smart for this purposes, e.g. for me it always uses the username that started X, even if I su - or sudo -i into another account. The Python docs[1] suggest using the environment variable LOGNAME. [1]

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-04 Thread Seth Vidal
On Thu, 4 Mar 2010, Till Maas wrote: On Thu, Mar 04, 2010 at 01:23:30AM -0500, Seth Vidal wrote: Great script here's a small set of changes to have easy-karma use yum as a module instead of via subprocess. http://skvidal.fedorapeople.org/misc/easy-karma-yum.patch Thank you, I will

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-04 Thread Seth Vidal
On Thu, 4 Mar 2010, Till Maas wrote: On Thu, Mar 04, 2010 at 01:23:30AM -0500, Seth Vidal wrote: Great script here's a small set of changes to have easy-karma use yum as a module instead of via subprocess. http://skvidal.fedorapeople.org/misc/easy-karma-yum.patch There is now a git

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-04 Thread Bill Nottingham
Till Maas (opensou...@till.name) said: A less ugly script can now be found here: http://till.fedorapeople.org/tmp/easy-karma.py Improvements: - display update details, e.g. bugs and notes - use src.rpm to find matching update - skip updates that have already been commented With this

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-04 Thread Till Maas
On Wed, Mar 03, 2010 at 09:36:53PM -0800, Adam Williamson wrote: small nit: if a single update has, say, three packages in it, the script presents it for your feedback three times. This is fixed in the current git release. Regards Till pgp1JcxH9MT6j.pgp Description: PGP signature -- devel

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-04 Thread Till Maas
On Thu, Mar 04, 2010 at 11:34:20AM -0500, Seth Vidal wrote: Where is the module 'fedora_cert' packaged? I can't seem to find it. It is in fedora-packager-0.4.0-1.fc12 from updates-testing. Regards Till pgp7Sganx4A6n.pgp Description: PGP signature -- devel mailing list

Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Till Maas
On Wed, Mar 03, 2010 at 02:06:33PM -0800, Adam Williamson wrote: On Wed, 2010-03-03 at 17:04 +0100, Till Maas wrote: I mind have misunderstood it, but afaics it only says that it will be tested, because it spent time in updates-testing, but this is not even true nowadays, even if packages

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Adam Williamson
On Thu, 2010-03-04 at 00:55 +0100, Till Maas wrote: So - for the third time - a package being in updates-testing for a few days and getting no negative feedback is a moderate strength indicator that it's not egregiously broken. Not a super-strong indicator, but better than a kick in the

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Till Maas
On Thu, Mar 04, 2010 at 12:55:46AM +0100, Till Maas wrote: So here is a first ugly script to easily give feedback for all installed testing updates that were created after a certain date (I did not find an easy way to get all testing updates, one did not yet comment on):

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Adam Williamson
On Thu, 2010-03-04 at 03:32 +0100, Till Maas wrote: A less ugly script can now be found here: http://till.fedorapeople.org/tmp/easy-karma.py Improvements: - display update details, e.g. bugs and notes - use src.rpm to find matching update - skip updates that have already been commented

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Kevin Fenzi
On Thu, 04 Mar 2010 03:32:13 +0100 Till Maas opensou...@till.name wrote: A less ugly script can now be found here: http://till.fedorapeople.org/tmp/easy-karma.py Improvements: - display update details, e.g. bugs and notes - use src.rpm to find matching update - skip updates that have

Re: Provide more testing feedback (was: Re: Refining the update queues/process)

2010-03-03 Thread Seth Vidal
Till Maas opensou...@till.name wrote: A less ugly script can now be found here: http://till.fedorapeople.org/tmp/easy-karma.py Improvements: - display update details, e.g. bugs and notes - use src.rpm to find matching update - skip updates that have already been commented With this