Typically, you will also want to [archive the git repository](howto/gitolite#archiving-a-repository) if
Typically, you will also want to [archive the git repository](service/gitolite#archiving-a-repository) if
it hasn't already been [migrated to GitLab](howto/gitlab#how-to-migrate-a-git-repository-from-legacy-to-gitlab).
it hasn't already been [migrated to GitLab](service/gitlab#how-to-migrate-a-git-repository-from-legacy-to-gitlab).
## Building a Hugo site
## Building a Hugo site
...
@@ -383,7 +383,7 @@ This is how to convert a given website from Jenkins to GitLab CI:
...
@@ -383,7 +383,7 @@ This is how to convert a given website from Jenkins to GitLab CI:
*[ ] [deploy the SSH key and static site in Puppet](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/static-shim#adding-a-new-static-site-shim-in-puppet)
*[ ] [deploy the SSH key and static site in Puppet](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/static-shim#adding-a-new-static-site-shim-in-puppet)
* [ ] run the deploy-static job, make sure the site still works and
* [ ] run the deploy-static job, make sure the site still works and
was deployed properly (`curl -sI https://example.torproject.org/ | grep -i Last-Modified`)
was deployed properly (`curl -sI https://example.torproject.org/ | grep -i Last-Modified`)
*[ ] [archive the repo on gitolite](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/howto/gitlab/#how-to-migrate-a-git-repository-from-legacy-to-gitlab)
*[ ] [archive the repo on gitolite](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/gitlab/#how-to-migrate-a-git-repository-from-legacy-to-gitlab)
* [ ] remove the old site on staticiforme
* [ ] remove the old site on staticiforme
*[ ] [fully retire the Jenkins jobs](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/jenkins#removing-a-job)
*[ ] [fully retire the Jenkins jobs](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/jenkins#removing-a-job)
* [ ] notify users about the migration
* [ ] notify users about the migration
...
@@ -578,7 +578,7 @@ projects can override:
...
@@ -578,7 +578,7 @@ projects can override:
*`SUBDIR`: (optional) Directory containing the build artifacts, by
*`SUBDIR`: (optional) Directory containing the build artifacts, by