Fehler bei Vergabe von Bonuspunkte korrigiert.
Kommentare für Bonuspunkte werden jetzt als Kommentar beim Spieler hinterlassen, nicht als Kommentar in der Hanchan. FIXED: 3_in_a_row counter wurde nicht zurückgesetzt wenn Bonuspunkte vergeben wurden. FIXED: Durchschnittliche Platzierung während eines Events wurde nur als Ganzzahl berechnet. Wird nun als Fießkomma berechnet und gesichert.
This commit is contained in:
3
sync.sh
3
sync.sh
@@ -8,7 +8,7 @@ EXCLUDE_FILES="*.pyc"
|
||||
# ./cleanup.sh
|
||||
grunt
|
||||
|
||||
echo "Syncing projectfiles ..."
|
||||
echo "Syncing project assets ..."
|
||||
rsync -r --copy-links --delete $SYNC_ASSESTS $SSH_LOGIN:~/
|
||||
|
||||
echo "Installing dependecies"
|
||||
@@ -22,5 +22,4 @@ rsync -r --copy-links --delete $SYNC_SOURCECODE $SSH_LOGIN:~/
|
||||
echo "Rebuild and reload django..."
|
||||
ssh $SSH_LOGIN "rm src/kasu/settings/development.*"
|
||||
ssh $SSH_LOGIN "virtualenv/bin/python ~/src/manage.py collectstatic -l --noinput -v1"
|
||||
# ssh $SSH_LOGIN "virtualenv/bin/python ~/src/manage.py collecttemplates --noinput -v1"
|
||||
ssh $SSH_LOGIN "~/init/kasu restart"
|
||||
|
||||
Reference in New Issue
Block a user