Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
pymol
no-build-date.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-build-date.patch of Package pymol
From: David Hall <email@address.de> Date: 2013-11-11 12:41:00 -0500 Subject: do not include build date in package References: Upstream: never Patch removes including build date in binary --- create_shadertext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: create_shadertext.py =================================================================== --- create_shadertext.py +++ create_shadertext.py @@ -104,7 +104,7 @@ def create_buildinfo(outputdir, pymoldir #define _PyMOL_BUILD_DATE %d #define _PYMOL_BUILD_GIT_SHA "%s" #define _PyMOL_BUILD_SVN_REV %d - ''' % (time.time(), sha, rev) + ''' % (0, sha, rev) if __name__ == "__main__": create_shadertext(*sys.argv[1:6])
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