Files
Elijah Shaw-Rutschman 5606c1fd5d Better dockerRunArgs handling, ensure slug is lowercase
Some `dockerRunArg` values would fail, due to improper handling of quotes. This is sidestepped by parsing the arguments into an array using `shlex`, then passing the array items as separate N arguments to `run-on-arch.sh`.

It also seems that the container names must be lower-case, so we ensure the `slug()` function returns a lower-case string. Some GitHub repositories will have upper-case letters.
2020-09-07 18:38:06 -05:00
..
2019-09-28 21:37:13 +02:00