There are no logs or metrics specific to this service, see the [static
site service](howto/static-component) for details.
site service](service/static-component) for details.
A history of deployments and past version of the code is of course
available in the Git repository history and the GitLab job logs.
...
...
@@ -328,7 +328,7 @@ available in the Git repository history and the GitLab job logs.
## Backups
Does not need special backups: backed up as part of the regular [static
site](howto/static-component) and [git](howto/gitolite) services.
site](service/static-component) and [git](service/gitolite) services.
## Other documentation
...
...
@@ -549,24 +549,24 @@ is still available.
### Jenkins jobs
The site used to be built with Jenkins jobs, from a git repository on
the [git](howto/gitolite) server. This was setup this way because that is how every
the [git](service/gitolite) server. This was setup this way because that is how every
other static website was built back then.
This involved:
* a new [static component](howto/static-component) owned by `torwww` (in the
* a new [static component](service/static-component) owned by `torwww` (in the
`tor-puppet.git` repository)
* a new [build script](https://gitlab.torproject.org/tpo/tpa/jenkins-tools/-/blob/e1a8a98b6e73bf10d2c2d89975014a334f388c21/slaves/linux/hugo-website-status) in the [jenkins/tools.git](https://gitlab.torproject.org/tpo/tpa/jenkins-tools/) repository
* a new [build job](https://gitlab.torproject.org/tpo/tpa/jenkins-jobs/-/commit/170fd9879ff0da65670aaa36c20e63c0db1ed039) in the [jenkins/jobs.git](https://gitlab.torproject.org/tpo/tpa/jenkins-jobs/) repository
* a [new entry](https://gitlab.torproject.org/tpo/tpa/static-builds/-/commit/b2344aa1d68f4f065764c6f23d14494020b81f86) in the [ssh wrapper](https://gitlab.torproject.org/tpo/tpa/static-builds/-/blob/b2344aa1d68f4f065764c6f23d14494020b81f86/ssh-wrap) in the