Skip to content

bmwiedemann/reproducible-faketools

Repository files navigation

reproducible-faketools

These tools are meant to help with reproducible builds. This works by masking standard UNIX tools in build environments with versions that give more predictable output when $SOURCE_DATE_EPOCH is set but just redirect to the normal version otherwise.

This is similar to reproducible-utils and might be merged later.

Usage

in OBS, pull in extra packages by adding to prjconf:

VMinstall: reproducible-faketools-j1

in osc:

osc build --vm-type=kvm -x reproducible-faketools-j1

in rbk:

oscbuildparams="-x reproducible-faketools-j1" rbk

How to Contribute

Send bugreports and pull-requests via GitHub.