You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package-diff: Make random sig key paths uniform (#173)
They tend to be something like /tmp/tmp.BhoxyXwykk/certs/modules.pem, so
turn them into /tmp/tmp.XXX/certs/modules.pem, so they won't show up
unnecessarily in the image changes reports.
Tested locally with
```
CUTSIGKEYPATH=1 FROM_A=bincache FROM_B=bincache BOARD_A=amd64 BOARD_B=amd64 FILE=flatcar_production_image_kernel_config.txt ./package-diff 4426.1.0 4459.0.0
```
echo"Alternatively, set CALCSIZE=1 to sum up the file sizes from flatcar_production_image_contents.txt (/boot and /usr, excluding symlinks and directories)"
19
19
echo" If WITHNEWSTUFF is set to 1 (the default), this will try fetching the disk usage reports from the server instead"
20
20
echo" If this fails, falls back to the old method."
21
+
echo"Set CUTSIGKEYPATH=1 to avoid producing diffs on /tmp/tmp.XXXXXXX paths in kernel config."
0 commit comments