Commit dc4831e
committed
guestfs / devconfig: allow for upgrade from Debian testing to forky
Debian Trixie (13) was just released as stable, and the testing
repository has transitioned from codename 'trixie' to 'forky'. This
causes apt-get update to fail with:
E:Repository 'http://mirror.keystealth.org/debian testing InRelease'
changed its 'Codename' value from 'trixie' to 'forky'
Fix by adding a preliminary apt-get update with the
--allow-releaseinfo-change flag to accept the repository metadata
changes before installing packages. This ensures the playbook can
handle Debian testing transitions gracefully.
We do this for both the host through the guestfs playbook and
and the target node through the devconfig playbook.
Generated-by: Claude AI
Reviewed-by: Chuck Lever <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 3957a2d commit dc4831e
2 files changed
+17
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
| |||
0 commit comments