Store one engine cfg in git

Just easier to work on multiple machines this way.

Change-Id: I3546a0535615d53f3a1566145aff9ded07caf056
This commit is contained in:
pran1990 2014-05-30 00:38:22 -07:00 committed by Pranesh Pandurangan
parent 9e68d9cdd1
commit 29cf50152b
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View File

@ -63,4 +63,6 @@ arch/
docs/_build
entropy/test
entropy/examples/logs
entropy/examples/cfg/
entropy/examples/cfg/audit.cfg
entropy/examples/cfg/repair.cfg
entropy/examples/cfg/test1.cfg

View File

@ -0,0 +1,8 @@
test:
audit_cfg: /home/praneshp/code/entropy/entropy/examples/cfg/audit.cfg
repair_cfg: /home/praneshp/code/entropy/entropy/examples/cfg/repair.cfg
log_file: /home/praneshp/code/entropy/entropy/examples/logs/entropy.log
log_format: "%(filename)s %(lineno)s %(message)s"
serializer_schedule: "*/2 * * * *"
engine_timeout: "25"
backend: EntropyFileBackend