New option: run_once, and removed skip_waiting#7
Conversation
|
@damdo How do you work in the way of tests and CI? Are there going to be github actions running for this? |
At the moment I use a very rough make target that I have checked in here: https://github.com/gokrazy/selfupdate/tree/e2e-test |
|
@damdo do you prefer the --amend+push force flow (I'm used to it because of reasons), or do you want distinct commits on the PR, and we squash them all at merge time? |
|
Fine to amen + force push :) thanks for asking @mpl |
|
Thanks @mpl will do a manual test and add my review |
- new default behaviour: an update check is always attempted right from the start, regardless of check_frequency value. - run_once: controls whether we exit right after the initial update check. - skip_waiting: removed Fixes gokrazy#6
|
@mpl Finally got around to test it, it was missing the declaration for |
|
cc. @stapelberg for the merging, thanks! |
Whoops, thanks for the fix. |
|
thanks! |
Fixes #6