Switch to tournament 'Summertime' for miscellaneous scripts.

This commit is contained in:
vonavi 2014-05-09 13:30:22 +03:00
parent 646a428721
commit a4aed46fc6
3 changed files with 6 additions and 6 deletions

View File

@ -2,11 +2,11 @@
# Copyright 2014 Vladimir Ivanov <ivvl82@gmail.com> # Copyright 2014 Vladimir Ivanov <ivvl82@gmail.com>
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
REPO="`dirname $0`" REPODIR="`dirname $0`"
TOURNAMENT="2014/1-tabiyas" TOURNAMENT="2014/2-summertime"
# Config file for players # Config file for players
ply_ini="${REPO}/${TOURNAMENT}/players.ini" ply_ini="${REPODIR}/${TOURNAMENT}/players.ini"
get_game_players() { get_game_players() {
# Extract players on Lichess # Extract players on Lichess
@ -128,7 +128,7 @@ get_game_players
date=$(sed -En "s/\[Date \"([^\"]*)\"\]/\1/p" < "$tmp_pgn") date=$(sed -En "s/\[Date \"([^\"]*)\"\]/\1/p" < "$tmp_pgn")
date=$(tr '.' '-' <<< "$date") date=$(tr '.' '-' <<< "$date")
pgn_dir="${REPO}/${TOURNAMENT}/tours/${TOUR}/${date}-${white}-vs-${black}" pgn_dir="${REPODIR}/${TOURNAMENT}/tours/${TOUR}/${date}-${white}-vs-${black}"
[[ -d "$pgn_dir" ]] && die "Directory ${pgn_dir} already exist." [[ -d "$pgn_dir" ]] && die "Directory ${pgn_dir} already exist."
echo "Creating directory ${pgn_dir}..." echo "Creating directory ${pgn_dir}..."

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/1-tabiyas" TOURNAMENT="2014/2-summertime"
# 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=1-tabiyas TOURNAMENT=2-summertime
SCRIPT_PATH=`dirname $0` SCRIPT_PATH=`dirname $0`
# Regexps to parse the result of game # Regexps to parse the result of game