debian-forge-composer/internal/store
Brian C. Lane 4f502a286c store: Set JobStarted time when PopJob is called
If you don't set the time it ends up being the default Go time which is
1/1/1 and when you convert that using UnixNano() you get a nice big
negative number (-6795364578871345152) which then eventually shows up in
the queue, finished, and failed output as 'Fri Aug 30 17:47:39 1754'
and since the Time Travel feature is not yet complete this is
impossible.

The fix is to set it when the job is started.
2020-04-11 12:42:50 +02:00
..
store.go store: Set JobStarted time when PopJob is called 2020-04-11 12:42:50 +02:00
store_test.go Use semver to enforce blueprint version numbers 2020-02-25 09:00:35 +01:00