autobuild: fixed clone source for build trees
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 00:43:03 +0000 (11:43 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 02:22:02 +0000 (13:22 +1100)
commitd0f54702c5210e910f29e7067409495c8c186752
treeb76b5e601d2bec772c842653db761b92a43a1ece
parent03027ad8f1b698cbba0b78b68cf58b8505ad45d5
autobuild: fixed clone source for build trees

this fixes a bug where autobuild would test the tree that the user
pushed, not the tree that has been rebased on master. That could cause
broken trees to get into master. Andrew Bartlett noticed this with a
tree from Jan 19th.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py