adrian mailed me this script some months ago
I think it might help
#!/bin/rc
replicas=/dist/replica
for (i in `{grep '^s=/n/sources/contrib' $replicas/* | sed
's...@.*/(.*):.*/(.*)/repl...@\2/\1@'}) {
echo contrib/pull $i
}On Wed, Nov 25, 2009 at 5:16 PM, ron minnich <[email protected]> wrote: > stupid question, I bet: > > how do I list all the contrib packages I've pulled down. I'm wondering > how to know which ones to pull. > > ron > > -- Federico G. Benavento
