Commit 0112b27
authored
### Rationale for this change
We added a new APT repository for Debian GNU/Linux trixie in 22.0.0 but our APT repository metadata update logic doesn't work for the case. The current logic requires existing metadata but new APT repository doesn't have metadata. So the current logic doesn't work.
### What changes are included in this PR?
If there is no existing metadata, we don't merge existing metadata and new metadata. We just use new metadata as-is.
### Are these changes tested?
Yes. I used this for 22.0.0 release.
### Are there any user-facing changes?
No.
* GitHub Issue: #47927
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 56e3836 commit 0112b27
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1579 | 1579 | | |
1580 | 1580 | | |
1581 | 1581 | | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
1586 | 1591 | | |
1587 | 1592 | | |
1588 | 1593 | | |
| |||
0 commit comments