Bläddra i källkod

Vagrant: check out pyinstaller code from master branch

they just recently released 3.0 and that is in master now
Thomas Waldmann 9 år sedan
förälder
incheckning
190eed6bb9
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Vagrantfile

+ 2 - 2
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