We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c032a68 commit a3ff83eCopy full SHA for a3ff83e
provision-contest/ansible/README.md
@@ -43,6 +43,7 @@ There are a few places where additional files should/can be added:
43
* SSL certificates and keys under `roles/ssl/files/`.
44
* Machine/group specific local packages under `roles/base_packages/files/install-*/`.
45
* Judgehost chroot local packages under `roles/judgedaemon/files/install-chroot/`.
46
+* The vendor dependencies under `roles/domjudge_checkout/files/vendor.tgz`.
47
48
## TODO
49
provision-contest/ansible/roles/domjudge_checkout/files/.gitignore
@@ -1 +1,3 @@
1
/lib
2
+/lib-vendor.tgz
3
+/vendor.tgz
provision-contest/ansible/roles/domjudge_checkout/files/lib-vendor.tgz
-32.4 MB
0 commit comments