Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
at
at-3.1.13-tomorrow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File at-3.1.13-tomorrow.patch of Package at
--- parsetime.y | 5 +++++ 1 file changed, 5 insertions(+) Index: at-3.2.0/parsetime.y =================================================================== --- at-3.2.0.orig/parsetime.y +++ at-3.2.0/parsetime.y @@ -518,6 +518,11 @@ parsetime(time_t currtime, int argc, cha else unsetenv("TZ"); } + /* exectime zeroes its seconds, thus we need +60, + * else "now" will be scheduled to tomorrow */ + if (currtime > exectime + 60) { + exectime += 24*3600; + } if (exectime < currtime) panic("refusing to create job destined in the past"); return exectime;
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