Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-24 | global: use $0 for $ScriptFromTerminal | Christian Hesse | 1 | -3/+3 | |
2021-02-24 | global: use $0 for $ScriptLock | Christian Hesse | 1 | -1/+1 | |
2021-02-24 | global: give script or function name in log messages | Christian Hesse | 1 | -13/+14 | |
2021-02-18 | global: drop script 'global-wait'change-44 | Christian Hesse | 1 | -0/+3 | |
All scripts wait for the global functions on their own now. | |||||
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 | |
2020-10-08 | packages-update: improve backup failure handling | Christian Hesse | 1 | -0/+10 | |
2020-10-08 | packages-update: be more verbose | Christian Hesse | 1 | -2/+3 | |
2020-10-07 | packages-update: fix variable usage | Christian Hesse | 1 | -1/+2 | |
2020-09-18 | extend magic pattern with "by RouterOS" | Christian Hesse | 1 | -1/+1 | |
This matches the string included in export. | |||||
2020-07-07 | packages-update: add error handling, also run cloud-backup | Christian Hesse | 1 | -2/+6 | |
2020-07-07 | packages-update: do not install downgrade without confirmation | Christian Hesse | 1 | -9/+24 | |
2020-06-19 | explicitly name the license | Christian Hesse | 1 | -0/+1 | |
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/#GPL https://www.gnu.org/licenses/gpl.html https://www.gnu.org/licenses/gpl.md | |||||
2020-05-26 | packages-update: accept lower and upper case characters | Christian Hesse | 1 | -2/+2 | |
2020-04-03 | packages-update: use $LogPrintExit | Christian Hesse | 1 | -2/+2 | |
2020-03-27 | add doc/packages-update.md | Christian Hesse | 1 | -0/+1 | |
2020-02-28 | global-functions: sort alphabetically | Christian Hesse | 1 | -1/+1 | |
2020-02-26 | global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ... | Christian Hesse | 1 | -5/+5 | |
... 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. | |||||
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 | |