26 Nov
2007
26 Nov
'07
7:25 p.m.
On Nov 23, 2007 9:11 PM, Scott Horowitz <stonecrest@gmail.com> wrote:
In creating my python arch integrity script, which looks for various issues in pkgbuilds and repos, I found it would be useful to be able to have both an abs.conf and an abs64.conf that I can call abs directly with. Right now I have to keep (un)commenting lines each time I want to update the abs tree for each arch, which is a pain. So here's a patch that allows the user to pass -c or --conf.
I know I'm being nitpicky, but why a function? Looks like that sourcing could all be done in-place.