Fedora rawhide FTBFS status 2010-02-10 x86_64

Matt Domsch Matt_Domsch at dell.com
Sun Feb 14 00:04:33 UTC 2010


On Sat, Feb 13, 2010 at 02:06:06PM -0500, Toshio Kuratomi wrote:
> On Sat, Feb 13, 2010 at 07:28:34PM +0100, Michael Schwendt wrote:
> > On Sat, 13 Feb 2010 09:50:29 -0600, Matt wrote:
> > 
> > > sylpheed-3.0.0-3.0.beta7.fc13 (missing_DSO_to_linker__http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking) itamarjp,cwickert,mschwendt
> > 
> > How is package ownership determined? I have nothing to do anymore with
> > Sylpheed for F-13 or F-12.
> >
> Just a guess -- it's taking people in all of the non-EOL branches.  Which
> means that F-11 is why you're on this list.

This is what I use:

function get_owners()
{
    URL='https://admin.fedoraproject.org/pkgdb/acls/bugzilla?tg_format=plain'
    OUTPUT=~/owners.list

    curl -u ${FASUSER}:${FASPASS} -F user_name=${FASUSER} \
    -F password=${FASPASS} -F login=Login "$URL" | \
     grep "^Fedora|" > ${OUTPUT}
}

It's not restricted by branch.  Should it be, and if so, what syntax?

Thanks,
Matt

-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux


More information about the devel mailing list