| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
shellcheck doesn't like `export FOO="$(bar)"` as one line, since it
has the possibility of missing errors.
|
| |
|
|
| |
This is per a suggestion from @trinity-1686a.
|
| |
|
|
|
| |
Previously, if the arti process had died or been killed, we wouldn't
reach the point where we called "chutney stop".
|
| |
|
|
|
|
|
|
| |
If the user has CHUTNEY_PATH set, respect that value, rather than
cloning a local chutney.
Also, if we have a local chutney, then update it in case there have
been changes.
|
| |
|