Page MenuHomeFreeBSD

Test some reproducible builds patches from debian.
ClosedPublic

Authored by mat on Mar 6 2015, 10:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 12:39 AM
Unknown Object (File)
Sat, Mar 23, 12:01 AM
Unknown Object (File)
Mon, Mar 4, 2:12 AM
Unknown Object (File)
Jan 21 2024, 6:43 AM
Unknown Object (File)
Jan 10 2024, 8:00 AM
Unknown Object (File)
Jan 10 2024, 7:59 AM
Unknown Object (File)
Jan 10 2024, 7:59 AM
Unknown Object (File)
Jan 10 2024, 7:58 AM

Details

Reviewers
mat

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

mat retitled this revision from to Test some reproducible builds patches from debian..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat added a subscriber: Unknown Object (MLST).Mar 6 2015, 10:57 AM

Some more bits from debian.

The cf_time variable should be set to something, used in $Config{cf_time} should be set to something so that it doesn't change:

$ perl -V:cf_time
cf_time='Wed Dec 17 22:56:45 UTC 2014';
In D2016#5, @mat wrote:

The cf_time variable should be set to something, used in $Config{cf_time} should be set to something so that it doesn't change:

$ perl -V:cf_time
cf_time='Wed Dec 17 22:56:45 UTC 2014';

Set it to the timestamp of the perl distfile?

Make more reproducible.

mat added a reviewer: mat.
This revision is now accepted and ready to land.Apr 9 2015, 12:09 PM