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:
parent
10db8c1d9b
commit
190eed6bb9
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue