1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-20 21:27:32 +00:00

Vagrant: check out pyinstaller code from master branch

they just recently released 3.0 and that is in master now
This commit is contained in:
Thomas Waldmann 2015-10-06 23:28:56 +02:00
parent 10db8c1d9b
commit 190eed6bb9

4
Vagrantfile vendored
View file

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