Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
enblend-enfuse
reproducible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible.patch of Package enblend-enfuse
Author: Bernhard M. Wiedemann <bwiedemann@suse.de> Date: 2019-09-17 Index: enblend-enfuse-4.2/src/DefaultSig.pm =================================================================== --- enblend-enfuse-4.2.orig/src/DefaultSig.pm +++ enblend-enfuse-4.2/src/DefaultSig.pm @@ -143,6 +144,9 @@ sub _login_name { sub _real_user_name { my $self = shift; + if ($ENV{SOURCE_DATE_EPOCH}) { + return "reproducible"; + } if ($OSNAME eq 'MSWin32') { return $self->_login_name(); } else { @@ -169,6 +173,9 @@ sub _clean_hostname { if ($OSNAME =~ m/MacOS/) { $hostname =~ s/^(.*?)[-.].*$/$1/; } + if ($ENV{SOURCE_DATE_EPOCH}) { + $hostname = "reproducible"; + } return $hostname; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor