From 322d2176770bbf06d0854cf6053dfb5ac59cf02e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 14 Sep 2016 03:11:11 +0200 Subject: [PATCH] Vagrantfile: use TW's fresh-bootloader branch ... until pyinstaller team catches up, merges the fixes and recompiles the bootloader. --- Vagrantfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index c489e707e..633218731 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -234,10 +234,10 @@ def install_pyinstaller(boxname) . ~/.bash_profile cd /vagrant/borg . borg-env/bin/activate - git clone https://github.com/pyinstaller/pyinstaller.git + git clone https://github.com/thomaswaldmann/pyinstaller.git cd pyinstaller - # develop branch, with rebuilt bootloaders, with ThomasWaldmann/do-not-overwrite-LD_LP - git checkout fd3df7796afa367e511c881dac983cad0697b9a3 + # develop branch, with fixed / freshly rebuilt bootloaders + git checkout fresh-bootloader pip install -e . EOF end @@ -247,10 +247,10 @@ def install_pyinstaller_bootloader(boxname) . ~/.bash_profile cd /vagrant/borg . borg-env/bin/activate - git clone https://github.com/pyinstaller/pyinstaller.git + git clone https://github.com/thomaswaldmann/pyinstaller.git cd pyinstaller - # develop branch, with rebuilt bootloaders, with ThomasWaldmann/do-not-overwrite-LD_LP - git checkout fd3df7796afa367e511c881dac983cad0697b9a3 + # develop branch, with fixed / freshly rebuilt bootloaders + git checkout fresh-bootloader # build bootloader, if it is not included cd bootloader python ./waf all