15
15
echo `date` Branch $BRANCH
16
16
bzr branch -q $BRANCH 2>&1 > $BUILDLOCATION/bzr.log
18
25
echo `date` Build $BRANCH in `pwd`
19
26
debuild -uc -us 2>&1 > $BUILDLOCATION/build.log
21
34
adb shell mkdir $BUILDLOCATION
23
36
DEB=`ls $BUILDLOCATION/*.deb | grep -v autopilot`
24
37
echo `date` Send $DEB to device