linux: update to v5.2.1

Improve the release procedure description.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-19 00:00:00 +00:00
parent 7ae77fa9ec
commit dcdbdf1281
2 changed files with 15 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ common = sys.modules[__name__]
# Fixed parameters that don't depend on CLI arguments.
consts = {}
consts['repo_short_id'] = 'lkmc'
consts['linux_kernel_version'] = '5.1'
consts['linux_kernel_version'] = '5.2.1'
# https://stackoverflow.com/questions/20010199/how-to-determine-if-a-process-runs-inside-lxc-docker
consts['in_docker'] = os.path.exists('/.dockerenv')
consts['root_dir'] = os.path.dirname(os.path.abspath(__file__))