On Tue, 2003-02-11 at 17:49, Derek Vadala wrote: > On 11 Feb 2003, seth vidal wrote: > > > It's like 2 lines to edit it out and make it a variable. Go for it. > > > > How would you like to see it work? > > I think I'm planning to keep the distribution mirror, the update mirror > and my local distribution separate. That way I can integrate updates into > local mirrors as needed. In other words, I can maintain multiple versions > of the same distribution. > > > I did that b/c that's how I maintain my trees but modifying to make it > > read a config file for options would be easy - so would taking the > > option on the command line. > > Sorry if it seemed like I was complaining about the functionality. I was > merely thinking out loud. I like the idea of a config file. I need to look > at it a bit more and I'll send you some patches. I need to learn python > too. So give me a couple of days. use ConfigParser - it's fairly easy to use and would make this short order. if I get some time and more interest maybe I'll do this so I can speed up tree maintenance. -sv