1. 30 6月, 2016 1 次提交
    • A
      Fix Debian Vagrant file (#884) · d4a45bbc
      Andreas Scherbaum 提交于
      * Fix Debian Vagrant file
      
      Add more required packages
      Fix upgraded Python packages
      Add missing options to configure line
      Fix ssh known hosts
      
      * Fix ImportError with cffi and setuptools_ext
      
      * latest changes from Dave
      d4a45bbc
  2. 24 2月, 2016 1 次提交
    • D
      Support local configuration of synchronized folders in Vagrant · 3c2b13d4
      Daniel Gustafsson 提交于
      Add support to the vagrantfiles for having additional synced_folders
      locally without having to patch the Vagrantfile. Local folders are
      configured in a YAML file in the same directory as the Vagrantfile
      on the following format:
      
          synced_folder:
             - local: ../../../orca/gporca
               shared: /gporca
             - local: ../../../orca/gpos
               shared: /gpos
      3c2b13d4
  3. 29 1月, 2016 4 次提交