Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 320917

Summary: app-portage/gatt: bugz is not able to ask me my login information when needed
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Thomas Anderson (tanderson) (RETIRED) <tanderson>
Status: RESOLVED FIXED    
Severity: normal CC: fauli, jlec, m.langer798
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 363927    
Bug Blocks:    
Attachments: Use "--skip-auth" to avoid getting asked for a login and password.

Description Pacho Ramos gentoo-dev 2010-05-21 18:31:10 UTC
When I run gatt --work-on `bug number`, I sometimes get it stalled with bugz waiting. Then, I need to press Ctrl+C and manually run bugz command to let it ask me my login and password

Thanks for solving this annoying issue


Reproducible: Always
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2010-06-24 13:20:43 UTC
Yes, this is a problem through changes introduced in pybugz.  Not sure how to resolve it easily.  Matthias?
Comment 2 Matthias Langer 2010-06-24 22:38:00 UTC
I'll take a look at it on the weekend. It should be quite easy to fix this by taking advantage of the bugz option "--skip-auth".
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2010-06-25 08:02:25 UTC
At least I added that option to the keywords template for all query actions to avoid dead locks there. We should make a new release anytime soon, Matthias.
Comment 4 Matthias Langer 2010-06-27 12:49:53 UTC
Created attachment 236729 [details, diff]
Use "--skip-auth" to avoid getting asked for a login and password.

This patch, which I just committed, should fix the problem by calling bugz with --skip-auth.
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2011-05-22 15:42:38 UTC
Removed.