Commit f02c9c7
authored
refactor(gazelle_manifest): print the wrong hash when encountered (#3103)
Ideally developers should always re-run the manifest generator, which
will update the hash for them.
However I've got clients where the CI system is the only place that all
the dependencies can resolve, either because of credentials needed to
access the wheelhouse/PyPI, or because of disk exhaustion from massive
wheels.
Printing the difference allows a red PR to be greened up just by reading
the CI log.1 parent 2c7187d commit f02c9c7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments