cronjob for autoconf generator b=375219 r=preed

This commit is contained in:
rhelmer@mozilla.com 2007-03-25 15:01:12 -07:00
parent 8ae3cda58d
commit 6e2fbea4c1

View File

@ -0,0 +1,5 @@
#!/bin/sh
for branch in HEAD MOZILLA_1_8_BRANCH MOZILLA_1_8_0_BRANCH; do
$HOME/bin/sync-configure-better $branch
done