Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449214 - Please add myself to the other arch team alias
Summary: Please add myself to the other arch team alias
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-29 17:06 UTC by Agostino Sarubbo
Modified: 2013-01-02 16:30 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-12-29 17:06:46 UTC
Please add myself to the following arch alias:

alpha
arm
hppa
ia64
ppc
ppc64
s390
sh
sparc
x86
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2013-01-01 19:38:33 UTC
+CC'd arches to approve I guess :)

-A
Comment 2 Sergey Popov gentoo-dev 2013-01-01 19:39:20 UTC
Agostino is already in amd64 team, we will pass :-)
Comment 3 Jeff (JD) Horelick (RETIRED) gentoo-dev 2013-01-01 20:06:11 UTC
Agostino has been a great help to the x86 team while i've been away/busy.

+1
Comment 4 Alec Warner (RETIRED) archtester gentoo-dev Security 2013-01-01 22:41:05 UTC
(In reply to comment #3)
> Agostino has been a great help to the x86 team while i've been away/busy.
> 
> +1

Added to x86@, thanks.

-A
Comment 5 Joe Jezak (RETIRED) gentoo-dev 2013-01-02 02:08:09 UTC
+1 from ppc/ppc64! We've certainly appreciated the help!
Comment 6 Matt Turner gentoo-dev 2013-01-02 02:42:08 UTC
Approved for alpha. Thanks for the help!
Comment 7 SpanKY gentoo-dev 2013-01-02 06:06:52 UTC
(In reply to comment #0)

imo, this isn't something that should be approved.  if a dev wants to be on an e-mail alias, then edit the alias and add them.  or find someone in the 'archalias' group to add them.

i'd say open write access to the alias files to everyone, but i think it's locked down to avoid someone being a jerk / screwing up ?  maybe we need a system to track changes & notify as people are added/removed ...

alias files are not team management ... that's what herds.xml is for.

to this end, i've added ago to all the arches he requested:
$ cd /var/mail/alias/arch
$ arches='alpha arm hppa ia64 ppc ppc64 s390 sh sparc x86'
$ for a in $arches ; do
 grep -q ago $a && continue
 echo ago >> $a
done
Comment 8 Alec Warner (RETIRED) archtester gentoo-dev Security 2013-01-02 16:30:33 UTC
(In reply to comment #7)
> (In reply to comment #0)
> 
> imo, this isn't something that should be approved.  if a dev wants to be on
> an e-mail alias, then edit the alias and add them.  or find someone in the
> 'archalias' group to add them.

I agree. I am not in the archalias group. I have root, which is very different. I mean I can basically do anything for people; but that doesn't mean I should do it ;)

> 
> i'd say open write access to the alias files to everyone, but i think it's
> locked down to avoid someone being a jerk / screwing up ?  maybe we need a
> system to track changes & notify as people are added/removed ...

I'm pretty sure there have been at least 2 attempts to move mail aliases to git ;)

> 
> alias files are not team management ... that's what herds.xml is for.
> 
> to this end, i've added ago to all the arches he requested:
> $ cd /var/mail/alias/arch
> $ arches='alpha arm hppa ia64 ppc ppc64 s390 sh sparc x86'
> $ for a in $arches ; do
>  grep -q ago $a && continue
>  echo ago >> $a
> done