aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* 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
| |
* | minor fixescassiopc2015-11-135
| |
* | limit len returned by autojudgecassiopc2015-10-191
|/
* minor fixescassiopc2015-09-254
|
* better order of checks for logincassio2015-09-151
|
* bug fixcassio2015-09-131
|
* Merge branch 'master' of github.com:cassiopc/bocacassio2015-09-131
|\
| * Merge branch 'master' of github.com:cassiopc/bocacassiopc2015-09-1110
| |\
| * | file to download list of runs with user staffcassiopc2015-09-111
| | |
* | | bug fixes for authenticationcassio2015-09-138
| |/ |/|
* | updated firewall rulescassio2015-09-101
| |
* | improved position of deny ssh, better output autoj, score bkp per usercassio2015-09-103
| |
* | minor fixescassio2015-09-093
| |
* | security fix and staff restrictionscassio2015-09-072
| |
* | zenity and lightdm issuescassio2015-09-071
| |
* | bug fixcassio2015-09-051
|/
* small fixescassio2015-08-313
|
* multiple bugs to make submission by command linecassio2015-08-3013
|
* typocassio2015-08-301
|