-
Notifications
You must be signed in to change notification settings - Fork 3
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
FIX Add ability to regexp-replace repo.list files #76
Conversation
e842bfa
to
b3a3cb1
Compare
Overall, Could you please tell what the plan is for using regular expression substitution in the next step? |
As the bug is related to repo.list lines i.e.
I am planning to utilize it to replace URLs with version strings inside (and possibly support smart replaces as opposed to |
I see. |
Fixes: PAUX-6369 Invalid APT sources produced by source switch procedure
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.
I advise to add a setter to the name
property to make it not read-only. See the InstallPackages
class for an example.
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.
Also please note failed flake8 checks.
8297fbd
to
38705f4
Compare
Fixes: PAUX-6369 Invalid APT sources produced by source switch procedure