1
Fork 0

Update scripts to use with the current tournament 'Fallen Leaves'.

master
vonavi 2014-08-29 09:47:22 +04:00
parent c4628e1514
commit 8622845140
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
REPODIR="`dirname $0`" REPODIR="`dirname $0`"
TOURNAMENT="2014/2-summertime" TOURNAMENT="2014/3-fallenleaves"
# Config file for players # Config file for players
ply_ini="${REPODIR}/${TOURNAMENT}/players.ini" ply_ini="${REPODIR}/${TOURNAMENT}/players.ini"

View File

@ -4,7 +4,7 @@
# REPO="https://raw.githubusercontent.com/fat0troll/lorchess/master" # REPO="https://raw.githubusercontent.com/fat0troll/lorchess/master"
REPO="`dirname $0`" REPO="`dirname $0`"
TOURNAMENT="2014/2-summertime" TOURNAMENT="2014/3-fallenleaves"
# Version information # Version information
VERSION="0.4" VERSION="0.4"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
YEAR=2014 YEAR=2014
TOURNAMENT=2-summertime TOURNAMENT=3-fallenleaves
SCRIPT_PATH=`dirname $0` SCRIPT_PATH=`dirname $0`
# Regexps to parse the result of game # Regexps to parse the result of game