DOMjudge / domjudge-packaging

DOMjudge packaging for (Linux) distributions and live image
31 stars 37 forks source link

Adds documentation to dj_make_chroot call #128

Closed jeremy-london closed 2 years ago

jeremy-london commented 2 years ago

When setting up a forked version of this repo for our own local docker build of domserver and domjudge we needed to add

mono-complete mono-dbg mono-vbnc to support CSharp and Visual Basic compile/run

While the /opt/domjudge/judgehost/bin/dj_make_chroot was documented with a usage function it wasn't clear what the options were in this script

Ended up needing to modify this to:

DEBPROXY=$HTTP_PROXY /opt/domjudge/judgehost/bin/dj_make_chroot -i "mono-complete,mono-dbg,mono-vbnc" -D Debian -R buster
jeremy-london commented 2 years ago

Just submitted a PR on Domjudge to update the script usage as well as support 2 new arguments for proxy and mirror --

https://github.com/DOMjudge/domjudge/pull/1477

vmcj commented 2 years ago

Just submitted a PR on Domjudge to update the script usage as well as support 2 new arguments for proxy and mirror --

DOMjudge/domjudge#1477

I've merged that one, so the line numbers should now be updated I think. Can you do that with a fixup (or squash) and after that I'll merge it.

jeremy-london commented 2 years ago

Updated and squashed -- Thank you

vmcj commented 2 years ago

@jeremy-london thank you for the contribution!