mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
# the tmp directory
|
|
MCC_TEMPDIR="/tmp/"
|
|
|
|
# where logs are saved
|
|
MCC_LOGDIR="/home/ales/mtm6/moses/cruise-control/"
|
|
|
|
# where moses gets checked out, tested etc.
|
|
MCC_WORKDIR="/home/ales/mtm6/moses/cruise-control/work/"
|
|
|
|
# repository that will be checked out, must be a local directory (for now?)
|
|
MCC_GITREPO="git://mosesdecoder.git.sourceforge.net/gitroot/mosesdecoder/mosesdecoder"
|
|
|
|
# arguments passed to Moses configure
|
|
MCC_CONFIGURE_ARGS=" --with-srilm=/home/ales/mtm6/srilm/ "
|
|
|
|
# list of branches to be checked
|
|
MCC_SCAN_BRANCHES="master"
|