1
Fork 0

Switch to '1-tabiyas' tournament.

master
vonavi 2014-02-05 01:50:47 +02:00
parent 4ef1a9236e
commit cbfbe9876d
4 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
require 'rake' require 'rake'
# The year and title of tournament # The year and title of tournament
@year = '2013' @year = '2014'
@tournament ='4-knockout' @tournament ='1-tabiyas'
# Ask to choose the directory of PGN file # Ask to choose the directory of PGN file
@ask_dir = true @ask_dir = true

View File

@ -5,7 +5,7 @@ module LORChess
require 'yaml' require 'yaml'
DATADIR='2013/3-autumn' DATADIR='2014/1-tabiyas'
dir = File.dirname(__FILE__) dir = File.dirname(__FILE__)
players_yaml = File.expand_path("../../#{DATADIR}/players.yml", dir) players_yaml = File.expand_path("../../#{DATADIR}/players.yml", dir)

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
YEAR=2013 YEAR=2014
TOURNAMENT=3-autumn TOURNAMENT=1-tabiyas
RESULTS=$YEAR/$TOURNAMENT/results.yml RESULTS=$YEAR/$TOURNAMENT/results.yml
TABLE=_includes/$TOURNAMENT/table.html TABLE=_includes/$TOURNAMENT/table.html

View File

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