1. 24 Jul, 2017 1 commit
  2. 21 Jun, 2017 1 commit
    • travis: cibuild: set up our own sshd server · 06619904
      Some tests of ours require to be running against an SSH server.
      Currently, we simply run against the SSH server provided and started by
      Travis itself. As our Linux tests run in a sudo-less environment, we
      have no control over its configuration and startup/shutdown procedure.
      While this has been no problem until now, it will become a problem as
      soon as we migrate over to newer Precise images, as the SSH server does
      not have any host keys set up. Luckily, we can simply set up our own
      unpriviledged SSH server. This has the benefit of us being able to
      modify its configuration even in a sudo-less environment.
      
      This commit sets up the unpriviledged SSH server on port 2222.
      Patrick Steinhardt committed
  3. 10 Oct, 2016 1 commit
  4. 05 Oct, 2016 2 commits
  5. 24 Jul, 2016 1 commit
  6. 23 Jul, 2016 1 commit
  7. 19 Apr, 2016 2 commits
  8. 03 Mar, 2016 2 commits
  9. 26 Jun, 2015 1 commit
  10. 12 Jun, 2015 1 commit
  11. 16 Mar, 2015 1 commit
  12. 10 Mar, 2015 1 commit
  13. 04 Mar, 2015 1 commit
  14. 20 Nov, 2014 1 commit
  15. 19 Nov, 2014 1 commit
  16. 16 Sep, 2014 2 commits
  17. 29 Aug, 2014 1 commit
  18. 07 Jul, 2014 1 commit
  19. 26 Jun, 2014 2 commits
  20. 30 Apr, 2014 1 commit
  21. 06 Feb, 2014 1 commit
  22. 13 Jan, 2014 1 commit
  23. 19 Aug, 2013 2 commits
  24. 14 Aug, 2013 1 commit
    • Test SSH in travis · 5be622fb
      Set up the ssh credentials so we are able to talk to localhost and
      issue git commands. Move to use a script, as the command list is
      getting somewhat long.
      
      While here, delay installing valgrind until we need it, as it and its
      dependencies are by far the largest downloads and this allows us to
      start compiling (and failing) faster and we only incur this cost when
      the test suite runs successfully.
      Carlos Martín Nieto committed