bmwiedemann / reproducible-faketools

reproducible build faketools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

reproducible build faketools

License:Other


Languages

Language:Shell 90.5%Language:Perl 6.2%Language:Makefile 3.3%