Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-02-26 | global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ...•••... and fix logging. Logging with severity from variable (:log $severity ...) is not possible, this is considered a syntax error. Also the 'workaround' with parsing code failed with missing message in log. The reliable code is a lot longer, so merge the two functions to save a lot of duplicate code. | Christian Hesse | 1 | -5/+5 |
2020-02-26 | packages-update: use $LogAndError | Christian Hesse | 1 | -6/+3 |
2020-02-26 | global-functions: $LogAndError: add severity | Christian Hesse | 1 | -1/+1 |
2020-02-26 | packages-update: use $LogAndError | Christian Hesse | 1 | -2/+2 |
2020-01-01 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 |
2019-12-20 | packages-update: improve wording | Christian Hesse | 1 | -1/+1 |
2019-12-05 | packages-update: lock against multiple invocation | Christian Hesse | 1 | -0/+3 |
2019-12-04 | packages-update: skip the interactive part of non-terminal | Christian Hesse | 1 | -14/+17 |
2019-09-11 | packages-update: add random delay for scheduler | Christian Hesse | 1 | -2/+3 |
2019-09-02 | packages-update: add option to schedule reboot | Christian Hesse | 1 | -0/+8 |
2019-07-24 | packages-update: allow to downgrade on change of update channel | Christian Hesse | 1 | -0/+9 |
2019-07-24 | packages-update: break if latest version is unknown | Christian Hesse | 1 | -0/+5 |
2019-07-24 | packages-update: get values into array | Christian Hesse | 1 | -5/+4 |
2019-07-19 | packages-update: run email-backup and/or upload-backup | Christian Hesse | 1 | -2/+2 |
2019-04-03 | always write warnings and errors to log | Christian Hesse | 1 | -2/+4 |
2019-02-19 | add script 'packages-update' | Christian Hesse | 1 | -0/+29 |