Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:ARM:Staging
gpick
reproducible.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible.patch of Package gpick
Index: gpick_0.2.5/tools/gpick.py =================================================================== --- gpick_0.2.5.orig/tools/gpick.py +++ gpick_0.2.5/tools/gpick.py @@ -147,8 +147,8 @@ class GpickEnvironment(SConsEnvironment) revision = 'not under version control system' self.Replace(GPICK_BUILD_REVISION = revision, - GPICK_BUILD_DATE = time.strftime ("%Y-%m-%d"), - GPICK_BUILD_TIME = time.strftime ("%H:%M:%S")); + GPICK_BUILD_DATE = time.strftime ("%Y-%m-%d", time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time())))), + GPICK_BUILD_TIME = time.strftime ("%H:%M:%S")); def RegexEscape(str): return str.replace('\\', '\\\\')
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