Update to cron v3, ability to show next issues creation timestamps and little refactor.
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user