Skip to content
Snippets Groups Projects
  1. Jul 24, 2019
  2. Jul 23, 2019
  3. Jul 13, 2019
  4. Jul 12, 2019
    • Volker Hilsheimer's avatar
      Proper PowerShell provisioning for mingw32 · bac30aad
      Volker Hilsheimer authored
      Rather than inserting a disk, install mingw via chocolatey. The
      script is fairly generic, and accepts package name and version
      overrides via role parameters.
      
      To support this, add the relevant support to the provisioning
      generator in the Vagrantfile.
      
      The generic windows-tools role becomes a bit simplier so that it
      is also useful for mingw. cmake, jom, and llvm are not strictly
      needed by MSVC either anyway.
      bac30aad
  5. Jul 08, 2019
    • Volker Hilsheimer's avatar
      Fix discovery of winrm after upgrade to vagrant 2.2.5 · 870dd2b1
      Volker Hilsheimer authored
      Previously, we tried to load WinRM for each Windows box, and
      selected the winrm communicator when this succeeded. With the
      latest upgrade of vagrant, only the first loading attempt
      succeeded, all others failed but without throwing an exception.
      So we incorrectly fell back to the winssh communicator, but
      without the corresponding message.
      
      With this change, the has_winrm variable becomes global, and we
      only try to load the winrm gem if it's false.
      870dd2b1
  6. Jul 05, 2019
  7. Jul 04, 2019
  8. Jun 06, 2019
  9. Jun 05, 2019
    • Volker Hilsheimer's avatar
      273b837f
    • Volker Hilsheimer's avatar
      Fix environment variable expansion · b273a1eb
      Volker Hilsheimer authored
      After the last changes, expanding the private key for private
      boxes was broken, as it remained in the box. With this change,
      it gets removed and moved into the URL before other environment
      variables are expanded.
      
      To test this, expand the set of mocking classes quite a bit so
      that we can actually execute the bulk of the Vagrant file, and
      capture some of the settings made for the virtual machines.
      b273a1eb
  10. Jun 04, 2019
  11. May 25, 2019
  12. May 24, 2019
  13. May 21, 2019
  14. May 20, 2019
  15. May 13, 2019
    • Volker Hilsheimer's avatar
      Fixes for quoting of arguments · 3060ddb8
      Volker Hilsheimer authored
      With this change, Windows cmd and bash on hosts both
      can handle quoted arguments with spaces correctly, no
      matter whether
      
      --arg "foo bar"
      --arg foo,bar
      --arg \"foo bar\"
      3060ddb8
  16. May 08, 2019
Loading