Skip to content

Commit

Permalink
Remove index for reproducibility; contains timestamps and non-determi…
Browse files Browse the repository at this point in the history
…nistic inode numbers.
  • Loading branch information
lamby committed Nov 13, 2016
1 parent 1300a99 commit c264142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webconverger/Makefile
Expand Up @@ -62,6 +62,9 @@ binary: clean
lb config -b $(TYPE) --build-with-chroot false # --chroot-filesystem none
# Remove logs for reproducibility; they contain timestamps
rm -rf binary/live/filesystem.git/logs
# Remove index for reproducibility; contains timestamps and
# non-deterministic inode numbers.
rm -rf binary/live/filesystem.git/index
$(SUDO) lb binary_linux-image
$(SUDO) lb binary_syslinux
# Copy the template bootloader config, so the config can be
Expand Down

0 comments on commit c264142

Please sign in to comment.