Commit graph

9 commits

Author SHA1 Message Date
4fdaf40671 Patch tar in grading.pl scripts
All checks were successful
continuous-integration/drone/push Build is passing
`grade.pl` scripts contain packed test data. The scripts extract the data
to the `grading` folder in the respective `assignments/PA[2-4]J?` folders. When
running tar as superuser it defaults to `--preserve-permission` `--same-owner`.
Since the packed data is owned by sjt:operator, the folder may be inaccessible
from the host.

By patching in `-o` to the tar command we disable `--same-owner` which creates
the `grading` folder with root:root (translated to the PID:GID of the user
running the container at least in podman).
2020-12-19 11:27:19 +01:00
efe5b75d03 Add gdb and instructions
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-18 14:19:49 +01:00
85d7881524 Use flex-old for compatibility
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 17:39:52 +01:00
f38d8d0642 Add podman commands
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 10:10:17 +01:00
64ea1421b6 Small spelling fixes
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 10:02:39 +01:00
4937567c17 Add Contribute and GitHub section
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 04:36:54 +01:00
de2075c53e Usage
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 04:28:31 +01:00
d5a33aa100 Add drone build
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-15 04:06:53 +01:00
f420a35fe0 Init 2020-12-15 03:55:23 +01:00