aboutsummaryrefslogtreecommitdiff
path: root/scripts/version-check.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use enhanced framework for 'ct-ng update-samples'Alexey Neyman2019-02-091-9/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Improve upgradability of defconfig filesAlexey Neyman2019-02-091-492/+77
| | | | | | | | | | - Switch to two-pass reading of the config file to track both (a) the option's value and (b) if the option has been explicitly called out in the .config being processed. - Split off per-version functions into separate files. - Add a README with some guidelines on writing new upgrade scripts. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add a few tests to upgrade testsuiteAlexey Neyman2019-02-061-10/+16
| | | | | | | | ... coverage not complete, but pretty diverse and covers most non-trivial conversions. PRs with better coverage for 1.23.o options welcome. Signed-off-by: Alexey Neyman <stilor@att.net>
* Start a testsuite for upgrade scriptAlexey Neyman2019-02-051-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade script for v2 of the configAlexey Neyman2019-02-011-0/+114
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add upgrade logic to version-check.shAlexey Neyman2019-01-271-2/+481
| | | | | | | | | Slightly rework config version detector to catch the case where neither CONFIG_VERSION/CONFIG_VERSION_CURRENT is defined in the config file. Add olddefconfig and use it after the upgrade. Signed-off-by: Alexey Neyman <stilor@att.net>
* Basic framework for checking config file versionAlexey Neyman2019-01-261-0/+38
Signed-off-by: Alexey Neyman <stilor@att.net>