File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,14 @@ on the account `domjudge@vm-domjudge`):
30
30
under `/srv/http/domjudge/docs/manual` by adding a new version to the
31
31
file `versions.json` and updating the redirect destination in `index.html`.
32
32
The documentation is regenerated once every hour.
33
- 1. Bump the docker containers and build Debian packages (or make someone
33
+ 1. Bump the Docker images by starting a new pipeline
34
+ [here](https://gitlab.com/DOMjudge/domjudge-packaging/-/pipelines/new) and
35
+ setting `DOMJUDGE_VERSION` to the version to release. Set `DOMJUDGE_LATEST`
36
+ to true if this is the latest version or `false` if it is not. After clicking
37
+ `Run pipeline`, make sure to click the *play* button next to `release-DOMjudge`
38
+ to actually build and push the Docker images. You can view the progress by
39
+ clicking on the job.
40
+ 1. Build Debian packages (or make someone
34
41
do this).
35
42
1. Put debian packages in `/srv/http/domjudge/debian/mini-dinstall/incoming`
36
43
and run as domjudge@domjudge: `mini-dinstall -b`
You can’t perform that action at this time.
0 commit comments