On Tue, 2005-03-22 at 11:04 -0600, Charles Steinkuehler wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1

> So far, the only thing that seems odd about buildtool is the centralized
> file with all the servers, sources, and packages (conf/sources.cfg).  The
> files for building each package are already seperated per-package, so it
> seems like this should be multiple files and/or directories as well, ie:
> 
> ~  conf/servers        <- File with server entries
> ~  conf/pagkages/      <- Directory
> ~  conf/packages/mypkg <- Single entry
> ~  conf/sources/       <- Directory
> ~  conf/sources/mysrc  <- Single entry
>
> ...but I have no idea how easy/hard this would be in perl (yes, I've fallen
> to the point of suggesting new features/functions w/o offering any coding
> assistance! :).  It just seems that having to modify the entire sources.cfg
> file to add/remove a package is going to get cumbersome eventually...
> 

nothing to do in perl at all... We are using Config::General, which
supports includes like:
<<include server.cfg>>

... that's all...

--arne

 
Arne Bernin <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to