瀏覽代碼

Use stockholm branch for testing

Bob Mottram 9 年之前
父節點
當前提交
93b7c71e6b
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise 查看文件

@@ -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