Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233212 - use_desc_gen script should take category file, not path
Summary: use_desc_gen script should take category file, not path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alec Warner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glep56
  Show dependency tree
 
Reported: 2008-07-28 21:46 UTC by Doug Goldstein (RETIRED)
Modified: 2008-07-28 22:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?