Commit d30c8b8
fix(download): use PURL as key for cache
The hash we used to check if we already resolved a package was too
simple, which lead to collisions between source and binary packages. To
fix this, we now use the PURL as key, which is by definition unique.
Fixes: 2754704 ("feat(download): persistently cache PURL to ...)
Signed-off-by: Felix Moessbauer <[email protected]>1 parent 2754704 commit d30c8b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments