Bug 751316 - Update mozautolog repo in CI bootstrap script, a=npotb,test-only

This commit is contained in:
Jonathan Griffin 2012-05-02 12:44:17 -07:00
parent c20b4e4ab2
commit 6c3d051444

View File

@ -62,7 +62,7 @@ else
cd ..
# set up mozautolog
hg clone http://hg.mozilla.org/users/jgriffin_mozilla.com/mozautolog/
hg clone http://hg.mozilla.org/automation/mozautolog/
cd mozautolog
python setup.py develop
cd ..