Skip to content

Commit ed1f823

Browse files
committed
Rewrite the runbooks to work for contests with internet access
1 parent 7ae802a commit ed1f823

File tree

1 file changed

+3
-2
lines changed
  • icpc-wf/ansible/group_vars/all

1 file changed

+3
-2
lines changed

icpc-wf/ansible/group_vars/all/all.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DJ_DIR: /opt/domjudge
33

44
# Branch to checkout and use.
5-
DJ_BRANCH: wf2020
5+
DJ_BRANCH: main
66

77
# Server VLAN IP prefix.
88
SERVER_IP_PREFIX: 10.3.3
@@ -37,7 +37,8 @@ PHP_MAX_FILE_UPLOADS: 101
3737

3838
# Git repo URL
3939
DJ_GIT_HOST: "{{MAIN_ADMIN_IP}}"
40-
DJ_GIT_REPO: "domjudge@{{DJ_GIT_HOST}}:domjudge"
40+
#DJ_GIT_REPO: "domjudge@{{DJ_GIT_HOST}}:domjudge"
41+
DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
4142
DJ_GIT_REPO_SCRIPTS: "domjudge@{{DJ_GIT_HOST}}:domjudge-scripts-bare"
4243

4344
PHPSTORM_VERSION: 2021.2

0 commit comments

Comments
 (0)