summaryrefslogtreecommitdiff
path: root/src/migration-scripts/system/14-to-15
AgeCommit message (Collapse)Author
2023-08-02T5427: Fix migration script arguments len expects 2 argsViacheslav Hletenko
The script's name is always provided as the first argument sys.argv[0] Expected length for argv is 2 (script itself + config file) Change: 'if (len(argv) < 1)' to 'if len(argv) < 2'
2020-09-25syslog: T2899: shift system migration files +1 to allow for cruxJohn Estabrook
2020-02-02options: T1919: remove broken commentChristian Poessinger
2019-12-30options: T1919: migrate 'system options' to XML/Python representationChristian Poessinger