aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.2/tools
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-11-03 10:15:29 +0000
committercassiopc <cassiopc@gmail.com>2012-11-03 10:15:29 +0000
commitf99a16bd90e8a3d3b4e8f9ecfe4d8f52f54c6e75 (patch)
treeb9243502c5956216c11c21642b5dca39aba0ced7 /boca-1.5.2/tools
parent0843815a126c9f0282113592e54b17e5823624d2 (diff)
downloadboca-f99a16bd90e8a3d3b4e8f9ecfe4d8f52f54c6e75.tar.gz
boca-f99a16bd90e8a3d3b4e8f9ecfe4d8f52f54c6e75.zip
updated scheme for scoreboard sharing
inclusion of extra site parameter in score.sep (to define by usernumber and sitenumber altogether) bug fix related to showing runs that happened in the future (when integrating scores of sites that started in distinct moments) bug fix to sort the files in remotescores/ so as the most updated score for each site is taken into account
Diffstat (limited to 'boca-1.5.2/tools')
-rw-r--r--boca-1.5.2/tools/icpc.etc.tgzbin9525 -> 9525 bytes
-rwxr-xr-xboca-1.5.2/tools/updatescore.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/boca-1.5.2/tools/icpc.etc.tgz b/boca-1.5.2/tools/icpc.etc.tgz
index f7264c4..7086f48 100644
--- a/boca-1.5.2/tools/icpc.etc.tgz
+++ b/boca-1.5.2/tools/icpc.etc.tgz
Binary files differ
diff --git a/boca-1.5.2/tools/updatescore.sh b/boca-1.5.2/tools/updatescore.sh
index 6cf9489..546e17f 100755
--- a/boca-1.5.2/tools/updatescore.sh
+++ b/boca-1.5.2/tools/updatescore.sh
@@ -15,7 +15,7 @@
# // You should have received a copy of the GNU General Public License
# // along with this program. If not, see <http://www.gnu.org/licenses/>.
# ////////////////////////////////////////////////////////////////////////////////
-# last updated 06/aug/2012 by cassio@ime.usp.br
+# last updated 01/nov/2012 by cassio@ime.usp.br
if [ "`id -u`" != "0" ]; then
echo "Must be run as root"
exit 1