mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-19 04:41:50 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue