Ansgar pushed to branch master at Debian FTP Team / dak
Commits:
-
0ae24b62
by Ansgar at 2023-06-11T12:34:14+02:00
1 changed file:
Changes:
| ... | ... | @@ -188,6 +188,13 @@ update suite set signingkeys = ARRAY[:'new_oldoldstable_key', :'new_oldstable_ke |
| 188 | 188 | |
| 189 | 189 | commit;
|
| 190 | 190 | |
| 191 | +# The previous SQL block sets oldoldstable-p-u, oldoldstable-updates to untouchable.
|
|
| 192 | +# But we want to regenerate the Release files to have the updated Suite: field.
|
|
| 193 | +# Ideally we also want to sign it with the old keys.
|
|
| 194 | +# (Note: There was no problem with oldoldstable-updates (buster-updates) during
|
|
| 195 | +# the bookworm release as the suite_name was using the codename...)
|
|
| 196 | +# Needs to be looked at for trixie.
|
|
| 197 | + |
|
| 191 | 198 | MOVE STUFF AROUND:
|
| 192 | 199 | |
| 193 | 200 | cd /srv/ftp-master.debian.org/ftp/dists
|