Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233212

Summary: use_desc_gen script should take category file, not path
Product: Gentoo Infrastructure Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: OtherAssignee: Alec Warner <antarus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 199788    

Description Doug Goldstein (RETIRED) gentoo-dev 2008-07-28 21:46:52 UTC
use_desc_gen --repo_path ~/work/gentoo-x86/ --category_path tmp.categories >> tmp.use.local.desc

is how I'd like to use it providing a temporary category file to it which basically just lists the categories that have been converted properly.

Probably would be reasonable to rename the option to --category_file..
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2008-07-28 22:40:33 UTC
Fixed in CVS
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-07-28 22:59:14 UTC
Not that I really know python... but line 34 of use_desc_gen says category_path while the other stuff says category_file.. might be an issue?

Also, should I be running use_desc_gen or use_desc_gen.py directly?