> 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