commit: df77383072bcb6f63f4952f4188737c43c00629f Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Wed Apr 22 19:33:31 2015 +0000 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org> CommitDate: Wed Apr 22 19:33:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=df773830
add config file for tbc conf/tbc.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/tbc.conf b/conf/tbc.conf new file mode 100644 index 0000000..ca3c987 --- /dev/null +++ b/conf/tbc.conf @@ -0,0 +1,15 @@ +# The Sql Backend +SQLBACKEND=mysql +# The Sql Datebase +SQLDB=tbc +# Sql Host +SQLHOST=localhost +# Sql user +SQLUSER=buildhost +# Sql Password +SQLPASSWD=buildhost +# TBC git repo name for the setups/configs +TBCGITREPONAME=tinderboxs_configs +TBCSONFIG=base +# Main logfile +LOGFILE=/var/log/tbc
