This is a task to track archival requests for SRE repositories in Gerrit that are no longer used. See T341468: Migrate SRE repositories to GitLab for overview of the migration process.
How to archive
Modified version of Projects-Cleanup for operations/* repositories:
Wikitech docs
- Archive documentation on wikitech: replace wikitech page with {{historical|year=2023|reason="thing" has been archived|note=See {{phab|T343707}}}}
Phabricator
- Mark all Phabricator tasks for the project as Invalid. Add a comment pointing to this task when doing so for reference.
- Archive Phabricator project <#ProjectX>
- Edit Phabricator project <#ProjectX> description for the extension/skin with a link to this ticket.
Repo + Configuration (TODO: make this one step :))
- Remove tests using the archive-repo.py script: tox -e archive-repo -- <repo> T343707.
- Archive gerrit repository using archive.py script: archive.py --task T343707 <repo> (see README.md for setup details)