From 190eed6bb9b695aaab5c2d2e53a7f9cdb63e8a3d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 6 Oct 2015 23:28:56 +0200 Subject: [PATCH] Vagrant: check out pyinstaller code from master branch they just recently released 3.0 and that is in master now --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index d179bdd6c..45a0e7e85 100644 --- a/Vagrantfile +++ b/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