소스 검색

upgrade pyinstaller from 3.1.1+ to 3.2.1

Thomas Waldmann 8 년 전
부모
커밋
1c3ec747d0
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Vagrantfile

+ 1 - 2
Vagrantfile

@@ -286,8 +286,7 @@ def install_pyinstaller(bootloader)
     . borg-env/bin/activate
     git clone https://github.com/thomaswaldmann/pyinstaller.git
     cd pyinstaller
-    # develop branch, with fixed / freshly rebuilt bootloaders
-    git checkout fresh-bootloader
+    git checkout v3.2.1
   EOF
   if bootloader
     script += <<-EOF