浏览代码

Vagrant: check out pyinstaller code from master branch

they just recently released 3.0 and that is in master now
Thomas Waldmann 9 年之前
父节点
当前提交
190eed6bb9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Vagrantfile

+ 2 - 2
Vagrantfile

@@ -204,7 +204,7 @@ def install_pyinstaller(boxname)
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
-    git checkout develop
+    git checkout master
     pip install -e .
   EOF
 end
@@ -216,7 +216,7 @@ def install_pyinstaller_bootloader(boxname)
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
-    git checkout python3
+    git checkout master
     # build bootloader, if it is not included
     cd bootloader
     python ./waf all