Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
elilo
eliloalt-no-date.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File eliloalt-no-date.diff of Package elilo
--- tools/eliloalt.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/tools/eliloalt.c +++ b/tools/eliloalt.c @@ -282,7 +282,13 @@ main(int argc, char **argv) switch(c) { case 0: continue; /* fast path for options */ case 1: - printf("Version %s Date: %s\n", ELILOALT_VERSION, __DATE__); + printf("Version %s\n", ELILOALT_VERSION); + /* Don't use __DATE__ here, as it causes + * excessive rebuilds, which seems very + * wasteful for a tool that did not change + * in a very long time, and probably won't + * any more... + */ exit(0); case 2: case 'h':
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