aboutsummaryrefslogtreecommitdiffstats
path: root/capsman-rolling-upgrade
AgeCommit message (Collapse)AuthorFilesLines
2022-01-01update copyright for 2022Gravatar Christian Hesse1-1/+1
2021-04-29capsman-rolling-upgrade: properly handle vanished capGravatar Christian Hesse1-2/+6
2021-02-24global: use $0 for $ScriptLockGravatar Christian Hesse1-1/+1
2021-02-24global: give script or function name in log messagesGravatar Christian Hesse1-2/+3
2021-02-18global: drop script 'global-wait'change-44Gravatar Christian Hesse1-0/+3
All scripts wait for the global functions on their own now.
2021-01-01update copyright for 2021Gravatar Christian Hesse1-1/+1
2020-09-18extend magic pattern with "by RouterOS"Gravatar Christian Hesse1-1/+1
This matches the string included in export.
2020-08-26[ ... print count-only ...] -> [ :len [ ... find ... ] ]Gravatar Christian Hesse1-1/+1
Using 'print count-only' always prints a number to terminal, even if the value is evaluated in a condition or assigned to a variable. This can be quite annoying. Behavior will not chance (SUP-25503), so replacing the code...
2020-06-19explicitly name the licenseGravatar Christian Hesse1-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-04-03capsman-rolling-upgrade: use $LogPrintExitGravatar Christian Hesse1-2/+3
2020-03-27add doc/capsman-rolling-upgrade.mdGravatar Christian Hesse1-0/+1
2020-01-01update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-12-05capsman-rolling-upgrade: lock against multiple invocationGravatar Christian Hesse1-0/+4
2019-08-29capsman-rolling-upgrade: do not fail on missing capGravatar Christian Hesse1-1/+1
This is a long running process, chances are that a cap disappears intermittently. So find cap by name and do not fail.
2019-07-08capsman-rolling-upgrade: log with info, give identityGravatar Christian Hesse1-2/+3
2019-02-14capsman-download-packages: split off capsman-rolling-upgradeGravatar Christian Hesse1-0/+20