DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
709 stars 248 forks source link

dc_make_ubuntu_java_chroot calls unknown command #233

Closed bertptrs closed 7 years ago

bertptrs commented 7 years ago

The script dc_make_ubuntu_java_chroot attempts to call dj_make_ubuntu_chroot, which does not exist in the current domjudge debian package.

I suspect this should be changed to dj_make_chroot, which is present.

thijskh commented 7 years ago

Thanks. This has already been fixed in master in 62115509746742e3e5af641ae69fae100f652fd0. Indeed your suspicion is the right solution.