Use stockholm branch for testing

This commit is contained in:
Bob Mottram 2016-07-13 11:08:23 +01:00
parent 4ae4b6b91d
commit 93b7c71e6b
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 1 additions and 0 deletions

View File

@ -759,6 +759,7 @@ sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-dae
chroot "$rootdir" /bin/bash -x <<EOF chroot "$rootdir" /bin/bash -x <<EOF
git clone $PROJECT_REPO /root/$PROJECT_NAME git clone $PROJECT_REPO /root/$PROJECT_NAME
cd /root/$PROJECT_NAME cd /root/$PROJECT_NAME
checkout stockholm -b stockholm
make install make install
EOF EOF