Commit ab04bb9
authored
fix(nvidia): enforce single-repo invariant against negativo17 skew (#313)
The first scheduled weekly NVIDIA build (run 29184241364) failed because
fedora-multimedia (negativo17) published nvidia-driver 610.43.03 while
NVIDIA's CUDA repo was still at 610.43.02: dnf --best mixed the two
sources and the transaction was unsolvable. ADR 0009's 'kmod + userland
from the single NVIDIA repo' invariant was documented but not enforced.
Exclude *nvidia* from fedora-multimedia for the install transaction so
the whole driver family always resolves from the CUDA repo, whichever
repo is ahead on a given day.1 parent 7034198 commit ab04bb9
2 files changed
Lines changed: 24 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
340 | 345 | | |
| 346 | + | |
341 | 347 | | |
342 | 348 | | |
343 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
0 commit comments