1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Patrick Lühne b98f6f44b4
Add .gitignore to ignore config file 2017-11-21 00:11:01 +01:00
Patrick Lühne 849f10c24e
Rename config file
It’s more common to give YAML files the ending .yml and not .yaml.
2017-11-21 00:11:01 +01:00
Patrick Lühne 60128d03ef
Truncate status log after 100 lines
The Git history is sufficient for viewing past status messages.
Additionally, long status log files tend to take long to render. With
this commit, only the most recent 100 lines are kept, and this number
can be configured.
2017-11-21 00:11:01 +01:00
Patrick Lühne 1d27a3246c
Add support for GPG signing 2017-11-20 00:11:28 +01:00
Patrick Lühne 5d06d0127c
Add benchmark runner script with example config 2017-11-19 22:55:48 +01:00
Patrick Lühne e2cb68c8fb
Initial commit 2017-11-19 22:54:55 +01:00