Commit cadf4f1
fix(repack): enforce mode=a=rX,u+w to avoid permission discrepancies
Archives created on different systems had varying file permissions,
leading to different checksums after repacking. Setting mode=a=rX,u+w
to normalize permissions to ensure reproducibility.
Fixes: 6c54581 (chore(repack): create tar with stable order and owner)
Signed-off-by: Syeda Shagufta Naaz <[email protected]>1 parent a600f60 commit cadf4f1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments