Update to cron v3, ability to show next issues creation timestamps and little refactor.

This commit is contained in:
2021-09-29 07:35:31 +05:00
parent 5c4a169040
commit 7bc47cf428
6 changed files with 82 additions and 23 deletions

View File

@@ -12,6 +12,11 @@ run:
GPT_CONFIG=$(CONFIG) ./periodicator
rm periodicator
run-show-next-creation-ts:
go build -ldflags $(LINKER_FLAGS) -o periodicator .
GPT_CONFIG=$(CONFIG) ./periodicator -show-next-creation-ts
rm periodicator
run-version:
go build -ldflags $(LINKER_FLAGS) -o periodicator .
GPT_CONFIG=$(CONFIG) ./periodicator -version