[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Extras Builds
- From: seth vidal <skvidal phy duke edu>
- To: List for Fedora Package Maintainers <fedora-maintainers redhat com>
- Subject: Re: Extras Builds
- Date: Sat, 07 May 2005 18:44:07 -0400
> Using the CVS "branch" names would make more sense to me. At least that
> should be easier to implement later when someone makes the target to
> default to the branch where the build request was submitted in, no need
> for any mappings there.
>
Guess what? it's a dict. It has all of them in there.
Go read the code! It's in cvs.
targetdict = { 'fc-3': '3', 'devel':'development',
'3': '3', 'development': 'development',
'fc3': '3', 'rawhide': 'development'}
TADA!
that's it.
-sv
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]