forked from vieter-v/vieter
Added two more test dates; pleased v vet
This commit is contained in:
parent
1116fee3fc
commit
5ce431aa4a
3 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ fn (r1 ScheduledBuild) < (r2 ScheduledBuild) bool {
|
|||
return r1.timestamp < r2.timestamp
|
||||
}
|
||||
|
||||
// cron starts a cron daemon & starts periodically scheduling builds.
|
||||
pub fn cron(conf Config) ? {
|
||||
ce := parse_expression('0 3') ?
|
||||
t := time.parse('2002-01-01 00:00:00') ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue