[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpm build dependency graph from specfiles
- From: John Reiser <jreiser BitWagon com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: rpm build dependency graph from specfiles
- Date: Thu, 28 Feb 2008 08:39:36 -0800
> Is there a tool out there which given a list of RPM *specfiles* (NB)
> will generate a *build* ordering?
Apply topological sort (/usr/bin/tsort) to input with lines that contain
pairs "a b", with the interpretation that 'a' must precede 'b'.
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]