move howto/git to howto/gitolite authored by zen's avatar zen
As a preparation to add documentation for commit signature verification,
let's move the old Gitolite documentation to howto/gitolite so we can
add howto/git with new doc.

refs #42099
......@@ -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/git) services.
site](howto/static-component) and [git](howto/gitolite) services.
## Other documentation
......@@ -549,7 +549,7 @@ is still available.
### Jenkins jobs
The site used to be built with Jenkins jobs, from a git repository on
the [git](howto/git) server. This was setup this way because that is how every
the [git](howto/gitolite) server. This was setup this way because that is how every
other static website was built back then.
This involved:
......@@ -560,7 +560,7 @@ This involved:
* 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
[admin/static-builds.git](https://gitlab.torproject.org/tpo/tpa/static-builds/) repository
* a new [gitolite](howto/git) repository with hooks to ping the Jenkins server and
* a new [gitolite](howto/gitolite) repository with hooks to ping the Jenkins server and
mirror to GitLab
We also considered using GitLab CI for deployment but (a) GitLab pages
......
......