Jacob Coffee
Jacob Coffee
## What Hi, I work for the PSF and am currently in the process of upgrading hosts from various OS levels to the latest Ubuntu LTS (24.04 - which comes...
## What - Migrates codebase from python2 to python3 Probably the best changeset is at [bc58d1c](https://github.com/python/planet/pull/569/commits/bc58d1c7e2db635d845ea2b7934bcd2233752b1d) and before. ## How Ran `2to3`->`[email protected]`->removed 2to3 `.bak` files-> manually went through (large amount...
## Description - Adds `sphinx-autobuild` to build and serve the documentation - This will also watch `docs/` and auto-rebuild anytime there is a content change - Adds a top level...
## Description - Adds `/usr/share/mercurial/templates/static/` to backup directive for `hg` service ## Closes - Closes #440
## What 1. Add `/usr/share/mercurial/templates/static/` to `pillar/prod/backup/hg.sls`. 2. We need to think about host migration instructions, because we rsync, but the parent directories will not exist unless the `mercurial` package...
The [migration docs](https://infra.psf.io/guides/migration-recipe.html#stop-services-on-old-host) mention: > > If the service has pillar data for backups (see pillar/prod/backup/$service.sls), run rsync once to move the bulk of data and as necessary to watch...
```[tasklist] ### Tasks - [x] Changeset tested against host set to default (jammy) - [x] Changeset tested against host set to noble - [ ] VM upgraded - [ ]...
## Description - Fixes issue with `pythontest` installing nginx and requiring manual intervention
```[tasklist] ### Tasks - [ ] Changeset tested against host set to default (jammy) - [ ] Changeset tested against host set to noble - [ ] VM upgraded -...
## Description - Bumps the OS level for all services that require no other service-unique changes to Ubuntu 24.04 Noble ## Closes - Closes #420 - Closes #421 - Closes...