Switch to '1-tabiyas' tournament.
This commit is contained in:
parent
4ef1a9236e
commit
cbfbe9876d
4
Rakefile
4
Rakefile
@ -2,8 +2,8 @@
|
||||
require 'rake'
|
||||
|
||||
# The year and title of tournament
|
||||
@year = '2013'
|
||||
@tournament ='4-knockout'
|
||||
@year = '2014'
|
||||
@tournament ='1-tabiyas'
|
||||
|
||||
# Ask to choose the directory of PGN file
|
||||
@ask_dir = true
|
||||
|
@ -5,7 +5,7 @@ module LORChess
|
||||
|
||||
require 'yaml'
|
||||
|
||||
DATADIR='2013/3-autumn'
|
||||
DATADIR='2014/1-tabiyas'
|
||||
|
||||
dir = File.dirname(__FILE__)
|
||||
players_yaml = File.expand_path("../../#{DATADIR}/players.yml", dir)
|
||||
|
4
mktable
4
mktable
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
YEAR=2013
|
||||
TOURNAMENT=3-autumn
|
||||
YEAR=2014
|
||||
TOURNAMENT=1-tabiyas
|
||||
RESULTS=$YEAR/$TOURNAMENT/results.yml
|
||||
TABLE=_includes/$TOURNAMENT/table.html
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
YEAR=2013
|
||||
TOURNAMENT=3-autumn
|
||||
YEAR=2014
|
||||
TOURNAMENT=1-tabiyas
|
||||
SCRIPT_PATH=`dirname $0`
|
||||
|
||||
# Regexps to parse the result of game
|
||||
|
Loading…
Reference in New Issue
Block a user