I added this to my $home/bin/rc/pull script, it doesn't pull the contrib packages, but prints the commands to do so in case I want to do so.
for(rep in `{ls /dist/replica | grep -v 'network|kfs|sourcesmirror|sources|plan9.proto|cd|client'} ) echo contrib/pull `{basename $rep} -Steve