-
Notifications
You must be signed in to change notification settings - Fork 86
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
[RHELC-1511] Tell users to use config ini instead of env vars #1433
[RHELC-1511] Tell users to use config ini instead of env vars #1433
Conversation
2b03ee6
to
20c620c
Compare
/packit test |
9a90f0d
to
e235cbd
Compare
/packit test |
58b50cd
to
b737455
Compare
68e08e4
to
913b709
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1433 +/- ##
==========================================
- Coverage 96.09% 96.09% -0.01%
==========================================
Files 72 72
Lines 5143 5142 -1
Branches 888 888
==========================================
- Hits 4942 4941 -1
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. |
I can split this up into necessary-only changes and nice to have formatting changes so that there's not that many changes to review at once. |
3619535
to
b0e1b95
Compare
Ok, I have slashed the number of changed lines to a third, keeping just the bare minimum. I'll create another PR for the nice-to-have changes to the messages. |
0db29cc
to
34af479
Compare
34af479
to
539280d
Compare
/packit test |
Env vars have been deprecated in favor of the ini config file (e.g. /etc/convert2rhel.ini). for that reason We should be telling users to use the config file instead of the deprecated env vars.
539280d
to
3caee03
Compare
/packit test |
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.
Looks good, thanks for taking care of the tests.
Env vars have been deprecated in favor of the ini config file (e.g. /etc/convert2rhel.ini). We should be telling users to use the config file instead of the deprecated env vars.
Jira Issues:
Checklist
[RHELC-]
or[HMS-]
is part of the PR titleRelease Pending
if relevant