Commit Graph

7 Commits (99bf5197812b470f17e66aec2ca6eccc55ca6e15)

Author SHA1 Message Date
saltycrys b566c4ba1a
Untrack config.yml ()
* Untrack config.yml

`config/config.yml` has been untracked and moved to `config/config.example.yml`.

The Dockerfile has been updated to copy all `config/config.*` files and to try
to move `config/config.example.yml` to `config/config.yml`. If a user supplied
`config/config.yml` exists it is not overwritten.

* Update Dockerfile to use `shard.lock`

* Fix tests
saltycrys 4fb360b19f Track shard.lock
Omar Roth be4eda91e0 Update .gitignore
Omar Roth 1d42e4465c Ignore shard.lock
Omar Roth a181c0cc58 Ignore sentry
Omar Roth 383ed8b209 Rename project
Omar Roth 26959020b7 Initial commit