-
Notifications
You must be signed in to change notification settings - Fork 85
[RHELC-1792] Allow using % character in convert2rhel.ini #1460
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1460 +/- ##
=======================================
Coverage 96.11% 96.11%
=======================================
Files 72 72
Lines 5176 5179 +3
Branches 895 896 +1
=======================================
+ Hits 4975 4978 +3
Misses 119 119
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/packit retest-failed |
1 similar comment
|
/packit retest-failed |
|
/packit copr-build |
|
/packit test |
Whenever a user entered the % character in the convert2rhel.ini config
file, such as in the RHSM password, convert2rhel failed with an error:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: "%<STRING>"
The solution is to disable interpreting the % character as a sign for
string replacement.
Related: https://access.redhat.com/solutions/7107977
64c14d5 to
574a9dd
Compare
|
/packit test |
|
/packit test --labels=sanity |
|
/packit test --labels sanity |
1 similar comment
|
/packit test --labels sanity |
Whenever a user entered the % character in the convert2rhel.ini config file, such as in the RHSM password, convert2rhel failed with an error:
The solution is to disable interpreting the % character as a sign for string replacement.
Related: https://access.redhat.com/solutions/7107977
Jira Issues:
Checklist
[RHELC-]or[HMS-]is part of the PR titleRelease Pendingif relevant