aboutsummaryrefslogtreecommitdiff
path: root/debian/boca-submission-tools.postinst
Commit message (Collapse)AuthorAgeFiles
* Enable debhelper automatic generation of shell codeDavi Antônio da Silva Santos2023-03-041
| | | | | | | | | | | | | | | | | | The maintainer scripts have been modified with the addition of `#DEBHELPER#`. This enables dh_installdeb to automatically generate shell code on maintainer scripts. The following Lintian warnings have been addressed: * boca source: maintainer-script-lacks-debhelper-token [debian/boca-autojudge.postinst] * boca source: maintainer-script-lacks-debhelper-token [debian/boca-common.postinst] * boca source: maintainer-script-lacks-debhelper-token [debian/boca-db.postinst] * boca source: maintainer-script-lacks-debhelper-token [debian/boca-submission-tools.postinst] * boca source: maintainer-script-lacks-debhelper-token [debian/boca-web.postinst]
* Abort maintainer scripts on failureDavi Antônio da Silva Santos2023-03-041
| | | | | | | | | | | The `set -e` flag has been enabled in the maintainer scripts. This fixes the Lintian warnings: * boca-autojudge: maintainer-script-ignores-errors [postinst] * boca-submission-tools: maintainer-script-ignores-errors [postinst] * boca-web: maintainer-script-ignores-errors [postinst] The packages boca-common and boca-db were altered to set the flag as early as possible in their maintainer scripts.
* fix file permissioncassio2018-09-041
|
* chmods in the postinstcassio2018-08-291
|
* trashing outputcassio2018-08-291
|
* forcing chmod no postinstallcassio2018-08-291
|
* boca-submission-tools.postinst: Fix typoBruno Ribas2017-09-021
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* boca-submission-tools.postinst: Fix link creationBruno Ribas2017-09-011
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* boca-submission-tools.postinst: Creat symlink to list and oldlistBruno Ribas2017-08-281
| | | | Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
* add ssh server and fix script nameCassio de Campos2017-08-181