landonf in list of assignees

Ryan Schmidt ryandesign at macports.org
Sun Jul 15 12:51:45 PDT 2007


On Jul 15, 2007, at 14:02, Chris Pickel wrote:

> On 15 Jul, 2007, at 14:56, Ryan Schmidt wrote:
>
>> landonf isn't in the list of people to whom I can assign tickets  
>> in Trac. Can he be added please, since he does maintain several  
>> ports?
>>
>> How is that list in Trac kept up to date anyway? Do we have a  
>> script that routinely goes through portfiles to look at the  
>> maintainer field and see who should be added to or removed from  
>> the list in Trac? If not, should we have such a script?
>
> My understanding of Trac is that it generates the list from its  
> 'session' table, which includes anyone who has ever logged in with  
> a name/email. It's not a good system for a number of reasons.

I'm not familiar with Trac internals. Can we override that and  
populate it with a list of our own creation? Generated e.g. with a  
script like this:

port info --maintainer all | sed -E -e 's/^maintainer: //' -e 's/,// 
g' -e 's/(no|open)maintainer at macports\.org//g' | xargs -n 1 echo |  
sort | uniq




More information about the macports-dev mailing list