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
 chroot "$rootdir" /bin/bash -x <<EOF
759
 chroot "$rootdir" /bin/bash -x <<EOF
760
 git clone $PROJECT_REPO /root/$PROJECT_NAME
760
 git clone $PROJECT_REPO /root/$PROJECT_NAME
761
 cd /root/$PROJECT_NAME
761
 cd /root/$PROJECT_NAME
762
+checkout stockholm -b stockholm
762
 make install
763
 make install
763
 EOF
764
 EOF
764
 
765