DOMjudge / domjudge

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

Add `export-contest` script #2726

Open vmcj opened 2 months ago

vmcj commented 2 months ago

We already have a script to import from a contest package, it would be good to also have a script for the other way around.

This would help with EOC and make it easier for users to share the contest package. It would also be useful for internal testing to make sure that importing and exporting do work.

I'm not sure if we would need to export DOMjudge only files or that we can actually use a file which is maintained within the CLICS repos.

eldering commented 2 months ago

I was actually working on this in Astana.

vmcj commented 3 weeks ago

See also https://github.com/DOMjudge/domjudge/issues/2768 when implementing this.