-
Notifications
You must be signed in to change notification settings - Fork 84
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-1425] Remove deprecated CLI arguments #1058
[RHELC-1425] Remove deprecated CLI arguments #1058
Conversation
013397c
to
dc7d451
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
- Coverage 95.38% 95.37% -0.02%
==========================================
Files 51 51
Lines 4616 4603 -13
Branches 817 813 -4
==========================================
- Hits 4403 4390 -13
Misses 137 137
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/packit test --labels sanity |
convert2rhel/toolopts.py
Outdated
# corner case: password on CLI or in password file and activation-key in the config file | ||
# password from CLI has precedence and activation-key must be deleted (unused) |
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.
# corner case: password on CLI or in password file and activation-key in the config file | |
# password from CLI has precedence and activation-key must be deleted (unused) | |
# corner case: password on CLI and activation-key in the config file | |
# password from CLI has precedence and activation-key must be deleted (unused) |
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.
Thanks!
dc7d451
to
c922249
Compare
e7667a3
to
d79b63a
Compare
/packit test --labels sanity |
scripts/manpage_generation.sh
Outdated
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'm just wondering if those changes are related to this PR or those are some forgotten changes from something different.
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.
Ah you're right! While generating locally I had to change it. Will fix
d79b63a
to
a571818
Compare
This removes a few deprecated CLI arguments, they will no longer work or give a warning about its deprecation. This includes - Removal of `convert2rhel -f|--password-from-file` - Removal of unused `convert2rhel --keep-rhsm`
a571818
to
57818d8
Compare
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 to me!
This removes a few deprecated CLI arguments, they will no longer work
or give a warning about its deprecation.
This includes
convert2rhel -f|--password-from-file
convert2rhel --keep-rhsm
Jira Issues: RHELC-1425
Checklist
[RHELC-]
is part of the PR titleRelease Pending
if relevant