Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60137 - i wish catalyst would accept multiple spec files and run multiple times
Summary: i wish catalyst would accept multiple spec files and run multiple times
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 06:52 UTC by SpanKY
Modified: 2004-08-30 19:01 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 SpanKY gentoo-dev 2004-08-12 06:52:17 UTC
i often times find myself doing something like:
catalyst -f stage1.spec && catalyst -f stage2.spec && catalyst -f stage3.spec

perhaps we could have catalyst do something like:
catalyst -f stage1.spec stage2.spec stage3.spec

then i could just glob it: catalyst -f stage*.spec :)
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-08-30 18:37:10 UTC
catalyst uses python's getopt() library, and afaik, doing something like this is impossible with getopt()
Comment 2 SpanKY gentoo-dev 2004-08-30 19:01:51 UTC
what's wrong with multiple -f syntax then