Update scripts to use with the current tournament 'Fallen Leaves'.
This commit is contained in:
parent
c4628e1514
commit
8622845140
2
game-add
2
game-add
@ -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"
|
||||||
|
2
schedule
2
schedule
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user