02 Mar, 2015
8 commits
-
Does not quite work yet.
-
We need to remove the trailing \r's
-
It seems that colab is not passing Host: to its backends
-
Not portable to *BSD
26 Feb, 2015
13 commits
-
redirect colab to the port where nginx will be listening
-
This is needed for running tests now, but in production it's always useful to be able to connect to the database from wherever.
-
like the RPM package does
-
Otherwise ssh will call bash -c "COMMAND", which is matched when you do things like `run_on $machine pgrep -fa PROCESS` (ssh runs bash -c 'pgrep -fa PROCESS').
-
This is a bit brutal, but it was easier than figuring out how to properly map the (variable) to the logo we want.
23 Feb, 2015
6 commits
-
Resolving *.dev to localhost is up to you. Google DNS servers will do that automatically, otherwise you might add entries to /etc/hosts
-
- ip_helper: don't depend on ruby - colab_tests: use new curl-host script that avoids parameter passing problems with `ssh HOST COMMAND`
-
It needs to be the first one to come up
19 Feb, 2015
4 commits
-
They are going to be used when testing the mail relay
-
Calling `ssh` directly instead of `vagrant ssh` brings the total run time of the test suite from ~42s down to ~9s on my workstation.
12 Feb, 2015
9 commits