aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
...
* fixCassio de Campos2017-07-261
|
* sitenamesCassio de Campos2017-07-263
|
* adjustments for transfering data between sitesCassio de Campos2017-07-2611
|
* reenable clar to all sitesCassio de Campos2017-07-262
|
* bug fixCassio de Campos2017-07-261
|
* bug fixCassio de Campos2017-07-261
|
* bug fixCassio de Campos2017-07-261
|
* bug fixCassio de Campos2017-07-261
|
* short institution in scoreCassio de Campos2017-07-262
|
* bug fixCassio de Campos2017-07-261
|
* remove relation with next fields from siteCassio de Campos2017-07-265
|
* flag filesCassio de Campos2017-07-26196
|
* flagsCassio de Campos2017-07-263
|
* steps to share info between sitesCassio de Campos2017-07-254
|
* bugfix for timelimit of java compilationCassio de Campos2017-04-041
|
* Merge branch 'master' of github.com:cassiopc/bocaBruno Ribas2016-11-161
|\
| * fix closing hrefCassio de Campos2016-11-121
| |
* | debian/changelog: bumpBruno Ribas2016-11-161
| | | | | | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | debian/boca.postinst: Fix: chown and chmod in /var/www/bocaBruno Ribas2016-11-161
|/ | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Bump debian/changelog for the latest updateBruno Ribas2016-11-071
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* update to send full scoreboards to main servercassiopc2016-11-073
|
* Adds virtual package maratona-bocaBruno Ribas2016-11-042
| | | | | | This is for backward compatibility Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Bump debian/changelogBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Package boca is Architecture amd64Bruno Ribas2016-11-041
| | | | | | This is necessary as the 'safeexec' is generated in an amd64 machine Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Separeted BOCA in two packages: BOCA and BOCA-SUBMISSION-TOOLSBruno Ribas2016-11-044
| | | | | | | boca will continue to provide all boca server utilities boca-submission-tools provides submission tools to users Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* tools/cron-submit: Template of cron for failed submissionsBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Created .gitignoreBruno Ribas2016-11-041
| | | | | | Ignoring binaries compiled by Makefile Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Add rule install-submission-toolsBruno Ribas2016-11-041
| | | | | | | This rule will install submission-tools and is not installed when 'install' is invoked. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Added tools/boca-submit-run-root-wrapper.cBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* createbocajail.sh: Generate en_US.UTF-8 localeBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* createbocajail.sh: Properly disable bocajail user loginBruno Ribas2016-11-041
| | | | | | | | | | Disable bocajailuser login properly, following ubuntu guidelines. Thanks to Roberto and Carlos. Reported-by: Roberto Abreu <rcabreu@gmail.com> Acked-by: Carlos Joa <carlosjoa@gmail.com> Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* problemtemplate: Added tests/cppBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* problemtemplate: Adding py2 and py3 supportBruno Ribas2016-11-0410
| | | | | | Tests scripts for both py2 and py3 are working. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Updated compile/c to current defaultBruno Ribas2016-11-041
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* tests/c: Create a testdir to drop filesBruno Ribas2016-11-041
| | | | | | This avoids confusion with created files Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Update limits/{c,cc,cpp,java}: To current usageBruno Ribas2016-11-044
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* Merge branch 'master' of https://github.com/cassiopc/bocaCassio de Campos2016-10-311
|\
| * Merge pull request #4 from alejolp/mastercassiopc2016-10-311
| |\ | | | | | | Add missing </TD> closing tag
| | * Add missing </TD> closing tagAlejandro Santos2015-09-271
| | |
* | | script to identify computer in the remote commandline submissionCassio de Campos2016-10-311
|/ /
* | tools/boca-submit-run{,-aux,-cron,-root}: UpdatedBruno Ribas2016-10-314
| | | | | | | | | | | | | | Files updated to the last version used in Brazillian Regionals Signed-off-by: Cassio de Campos <cassiopc@gmail.com> Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | Added debian/Bruno Ribas2016-09-167
| | | | | | | | | | | | | | | | This dir contains necessary files to generate a Debian package. From now on you may run 'dpkg-buildpackage' to generate a boca package. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | Added MakefileBruno Ribas2016-09-161
| | | | | | | | | | | | | | | | This Makefile is used to generate the debian package. It only contains the build command to safeexec and install commands to place files at the correct places to run boca Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | Added tools/boca-autojudge.shBruno Ribas2016-09-161
| | | | | | | | | | | | | | | | This script is defined as a front end to run the autojudging.php script. It will not automatically run autojudge in background. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | Added tools/boca-config-dbhost.shBruno Ribas2016-09-161
| | | | | | | | | | | | | | | | | | This script is used as a front end to define where is the BOCA DB. It receives via argument where is located BOCA DB, localhost or the IP of the postgres host. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | Added tools/boca-createdb.shBruno Ribas2016-09-161
| | | | | | | | | | | | | | | | | | | | | | | | | | This script contains commands to create a DB to a locally installed postgresql. If DB is running in another host, this script updates $bocadir/src/private/conf.php file. Also if this script is executed in a configured environment it prompts the user to clean current DB. Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | tools/boca.conf: File createdBruno Ribas2016-09-161
| | | | | | | | | | | | This file is a template for the conffile used in the boca package Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | createbocajail.sh: Use new package for languagesBruno Ribas2016-09-161
| | | | | | | | | | | | | | It now uses the PPA for Maratona to install default languages, it installs package "maratona-linguagens". Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* | minor fixescassiopc2015-11-131
| |
* | bug fixcassiopc2015-11-131
| |