We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78931d9 commit 6efe2fbCopy full SHA for 6efe2fb
common.py
@@ -43,7 +43,7 @@
43
# Fixed parameters that don't depend on CLI arguments.
44
consts = {}
45
consts['repo_short_id'] = 'lkmc'
46
-consts['linux_kernel_version'] = '5.9.1'
+consts['linux_kernel_version'] = '5.9.2'
47
# https://stackoverflow.com/questions/20010199/how-to-determine-if-a-process-runs-inside-lxc-docker
48
consts['in_docker'] = os.path.exists('/.dockerenv')
49
consts['root_dir'] = os.path.dirname(os.path.abspath(__file__))
0 commit comments