Keep other forges repo clones up to date.
diff --git a/commits/batch/git-roots-polarsys.php b/commits/batch/git-roots-polarsys.php
deleted file mode 100644
index 55db620..0000000
--- a/commits/batch/git-roots-polarsys.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-// TODO Make this dynamic
-$project = "polarsys.polarsys.3p";
-$path = "/home/data/users/wbeaton/dash/polarsys/3p/3p.git";
-system("/usr/local/bin/git --git-dir=$path fetch --all &> /dev/null");
-echo "polarsys.polarsys.3p\t/home/data/users/wbeaton/dash/polarsys/3p/3p.git\n";
-?>
diff --git a/commits/batch/run-batch.sh b/commits/batch/run-batch.sh
index f11a70f..868d413 100755
--- a/commits/batch/run-batch.sh
+++ b/commits/batch/run-batch.sh
@@ -41,9 +41,10 @@
 # Scan clones of repositories on GitHub
 find /home/data/gitmirrors/github -name *.git | awk -F/ '{printf("%s\t%s\n", $6,$0)}' | php ./git-extract.php | php ./git-parse.php | ./chunk.pl ./insert-batch.pl
 
-# Add PolarSys
-php ./git-roots-polarsys.php | php ./git-extract.php | php ./git-parse.php | ./chunk.pl ./insert-batch.pl
-find /home/data/gitmirrors/github -name *.git | awk -F/ '{printf("%s\t%s\n", $6,$0)}' |php ./git-extract.php | php ./git-parse.php | ./chunk.pl ./insert-batch.pl
+# Ensure that the alternative forge repositories are up-to-date
+# HACK: these clones are manually created in Wayne's user directory on build. Ugly, but temporary
+find /home/data/users/wbeaton/dash/ -name *.git | awk -F/ '{print($0)}' | xargs -I {} git --git-dir={} fetch &> /dev/null
+find /home/data/users/wbeaton/dash/ -name *.git | awk -F/ '{printf("%s\t%s\n", $7,$0)}' |php ./git-extract.php | php ./git-parse.php | ./chunk.pl ./insert-batch.pl
 
 echo '- Renaming ' `date`
 # finish up after the full batch