improve scripts and deploy config

This commit is contained in:
Thibault Duplessis 2012-08-02 11:22:49 +02:00
parent 3ca437d0be
commit 30d2c18761
4 changed files with 3 additions and 7 deletions

View file

@ -2,7 +2,6 @@
source bin/lilarc source bin/lilarc
RSYNC_OPTIONS=" \ RSYNC_OPTIONS=" \
--dry-run \
--archive \ --archive \
--force \ --force \
--delete \ --delete \

View file

@ -1,3 +1,4 @@
conf/local.conf
logs logs
tags tags
project/project project/project

View file

@ -15,7 +15,7 @@ while true; do
curl $URL --max-time $TIMEOUT -so /dev/null curl $URL --max-time $TIMEOUT -so /dev/null
if [ $? = 0 ]; then if [ $? = 0 ]; then
lilalog "SUCCESS $MSG" echo -n "."
else else
lilalog "FAIL $MSG" lilalog "FAIL $MSG"
bin/prod/restart bin/prod/restart

6
todo
View file

@ -11,22 +11,18 @@ use POST instead of GET where it makes sense
make the wiki static html pages managed by git? make the wiki static html pages managed by git?
guess friend list guess friend list
tournaments http://www.chess.com/tournaments/help.html tournaments http://www.chess.com/tournaments/help.html
cheater slash timeline
best game(s) to watch
use twitter tooltip instead of tipsy http://twitter.github.com/bootstrap/javascript.html#tooltip use twitter tooltip instead of tipsy http://twitter.github.com/bootstrap/javascript.html#tooltip
volume control volume control
check(mate) sound check(mate) sound
takeback play 2 times ?? http://en.lichess.org/analyse/nfjchnmo/black move 45 takeback play 2 times ?? http://en.lichess.org/analyse/nfjchnmo/black move 45
movetimes chart movetimes chart
show lobby chat to anon (and rated games?) show lobby chat to anon (and rated games?) or show empty chat
or show empty chat
show last move on miniboards show last move on miniboards
also translate websockets error message also translate websockets error message
@someone = link to someone's profile @someone = link to someone's profile
analysis not the fastest checkmate, but no best move? http://en.lichess.org/analyse/w3xw8fsw/black analysis not the fastest checkmate, but no best move? http://en.lichess.org/analyse/w3xw8fsw/black
analysis missing last move (and 2 moves in chart) analysis missing last move (and 2 moves in chart)
elo chart average line is late elo chart average line is late
bookmarkers overflow http://en.lichess.org/508d7dfc
move while disconnected = move lost. should reload the page on ack timeout. move while disconnected = move lost. should reload the page on ack timeout.
finish games per day chart finish games per day chart
untranslated = https://github.com/ornicar/lila/issues/4 untranslated = https://github.com/ornicar/lila/issues/4