浏览代码

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