Browse Source

Use stockholm branch for testing

Bob Mottram 9 years ago
parent
commit
93b7c71e6b
No account linked to committer's email
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise View File

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