-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aufs patches for kernel 6.6 #3604
Conversation
if m: | ||
kernelversion = kernelversion + '.' + m.group(1) | ||
m = re.match("SUBLEVEL = (\d+)", s) | ||
m = re.match(r"SUBLEVEL = (\d+)", s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question (non-blocking): why is this suddenly needed, was the pattern not working before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does work, it just spits warnings for each pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DeprecationWarning: invalid escape sequence \d
Contributor checklist
Change-type
present on at least one commitSigned-off-by
is presentReviewer Guidelines