* Bugzilla permissions
@ 2009-01-13 12:27 Jean Delvare
2009-01-16 17:35 ` Martin Bligh
0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2009-01-13 12:27 UTC (permalink / raw)
To: bugme-admin, LKML
Dear bugzilla admin,
Could you please unlock bugzilla so that everybody (starting with me)
is allowed to change the attachment types? I am a bit tired of having
to e-mail the person who created the attachment to ask him/her to
change the type from application/octet-stream to text/plain so that I
can see the attachment directly in my web browser. If we want people to
help with bugs, we must make it as easy for them as possible.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla permissions
2009-01-13 12:27 Bugzilla permissions Jean Delvare
@ 2009-01-16 17:35 ` Martin Bligh
2009-01-16 17:36 ` Martin Bligh
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Martin Bligh @ 2009-01-16 17:35 UTC (permalink / raw)
To: Jean Delvare; +Cc: bugme-admin, LKML
> Dear bugzilla admin,
Please send bugzilla admin emails to bugme-admin@linux-foundation.org
(is linked from the front page of http://bugzilla.kernel.org). Sorry, I can't
keep up with reading all of LKML nowadays ;-)
> Could you please unlock bugzilla so that everybody (starting with me)
> is allowed to change the attachment types? I am a bit tired of having
> to e-mail the person who created the attachment to ask him/her to
> change the type from application/octet-stream to text/plain so that I
> can see the attachment directly in my web browser. If we want people to
> help with bugs, we must make it as easy for them as possible.
Given that there's no real control on bugzilla accounts, I'm somewhat
reluctant to make it a complete free for all and let any new user edit
any bug. However, for anyone running a subsystem, or anyone else
that I have a vague clue who they are (or any established developer
will vouch for, anyone I can see git commits for, etc), I am perfectly
willing to enable global edit on a individual basis. Hasn't been a big
problem up until now, so I suspect it won't turn into one.
I enabled your account. Thanks for looking at bugs ;-)
M.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla permissions
2009-01-16 17:35 ` Martin Bligh
@ 2009-01-16 17:36 ` Martin Bligh
2009-01-16 20:28 ` Jean Delvare
2009-01-17 11:08 ` Marcin Slusarz
2 siblings, 0 replies; 5+ messages in thread
From: Martin Bligh @ 2009-01-16 17:36 UTC (permalink / raw)
To: Jean Delvare; +Cc: bugme-admin, LKML
On Fri, Jan 16, 2009 at 9:35 AM, Martin Bligh <mbligh@google.com> wrote:
>> Dear bugzilla admin,
>
> Please send bugzilla admin emails to bugme-admin@linux-foundation.org
> (is linked from the front page of http://bugzilla.kernel.org). Sorry, I can't
> keep up with reading all of LKML nowadays ;-)
Ugh, you did - sorry. Don't know why I didn't see that, will go check
my filters.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla permissions
2009-01-16 17:35 ` Martin Bligh
2009-01-16 17:36 ` Martin Bligh
@ 2009-01-16 20:28 ` Jean Delvare
2009-01-17 11:08 ` Marcin Slusarz
2 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2009-01-16 20:28 UTC (permalink / raw)
To: Martin Bligh; +Cc: bugme-admin, LKML
On Fri, 16 Jan 2009 09:35:45 -0800, Martin Bligh wrote:
> > Dear bugzilla admin,
>
> Please send bugzilla admin emails to bugme-admin@linux-foundation.org
> (is linked from the front page of http://bugzilla.kernel.org). Sorry, I can't
> keep up with reading all of LKML nowadays ;-)
>
> > Could you please unlock bugzilla so that everybody (starting with me)
> > is allowed to change the attachment types? I am a bit tired of having
> > to e-mail the person who created the attachment to ask him/her to
> > change the type from application/octet-stream to text/plain so that I
> > can see the attachment directly in my web browser. If we want people to
> > help with bugs, we must make it as easy for them as possible.
>
> Given that there's no real control on bugzilla accounts, I'm somewhat
> reluctant to make it a complete free for all and let any new user edit
> any bug. However, for anyone running a subsystem, or anyone else
> that I have a vague clue who they are (or any established developer
> will vouch for, anyone I can see git commits for, etc), I am perfectly
> willing to enable global edit on a individual basis. Hasn't been a big
> problem up until now, so I suspect it won't turn into one.
>
> I enabled your account. Thanks for looking at bugs ;-)
Thanks Martin!
--
Jean Delvare
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla permissions
2009-01-16 17:35 ` Martin Bligh
2009-01-16 17:36 ` Martin Bligh
2009-01-16 20:28 ` Jean Delvare
@ 2009-01-17 11:08 ` Marcin Slusarz
2 siblings, 0 replies; 5+ messages in thread
From: Marcin Slusarz @ 2009-01-17 11:08 UTC (permalink / raw)
To: Martin Bligh; +Cc: Jean Delvare, bugme-admin, LKML
On Fri, Jan 16, 2009 at 09:35:45AM -0800, Martin Bligh wrote:
> Given that there's no real control on bugzilla accounts, I'm somewhat
> reluctant to make it a complete free for all and let any new user edit
> any bug. However, for anyone running a subsystem, or anyone else
> that I have a vague clue who they are (or any established developer
> will vouch for, anyone I can see git commits for, etc), I am perfectly
Couldn't it be automatic?
Pulling once a day, refreshing mail list by:
git shortlog -e -s|sed "s/.*<\([^>]*\)>/\1/"
and wiring it into bugzilla permission system shouldn't be too time consuming...
> willing to enable global edit on a individual basis. Hasn't been a big
> problem up until now, so I suspect it won't turn into one.
Marcin
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-17 11:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 12:27 Bugzilla permissions Jean Delvare
2009-01-16 17:35 ` Martin Bligh
2009-01-16 17:36 ` Martin Bligh
2009-01-16 20:28 ` Jean Delvare
2009-01-17 11:08 ` Marcin Slusarz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox