-
Notifications
You must be signed in to change notification settings - Fork 71
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
leapp answer command doesn't preserve comments in generated answerfile #606
Labels
Comments
fernflower
added a commit
to fernflower/leapp
that referenced
this issue
Feb 11, 2020
Introduced a persistent between userchoices file that will serve as a knowledge db for registered user options for a specific dialog. To register a persistent user choice you can use leapp answer command. Existing answerfile will be always updated with data from useroptions file before the workflow.run is called to ensure that users are not asked twice for the answer to the question they have already answered. Docs have been updated. Closes-Bug: oamg#605 Closes-Bug: oamg#606
fernflower
added a commit
to fernflower/leapp
that referenced
this issue
Feb 11, 2020
Introduced a persistent between userchoices file that will serve as a knowledge db for registered user options for a specific dialog. To register a persistent user choice you can use leapp answer command. Existing answerfile will be always updated with data from useroptions file before the workflow.run is called to ensure that users are not asked twice for the answer to the question they have already answered. Docs have been updated. Closes-Bug: oamg#605 Closes-Bug: oamg#606
fernflower
added a commit
to fernflower/leapp
that referenced
this issue
Feb 13, 2020
Introduced a persistent between userchoices file that will serve as a knowledge db for registered user options for a specific dialog. To register a persistent user choice you can use leapp answer command. Existing answerfile will be always updated with data from useroptions file before the workflow.run is called to ensure that users are not asked twice for the answer to the question they have already answered. Docs have been updated. Closes-Bug: oamg#605 Closes-Bug: oamg#606
pirat89
pushed a commit
that referenced
this issue
Feb 13, 2020
Introduced a persistent between userchoices file that will serve as a knowledge db for registered user options for a specific dialog. To register a persistent user choice you can use leapp answer command. Existing answerfile will be always updated with data from useroptions file before the workflow.run is called to ensure that users are not asked twice for the answer to the question they have already answered. Docs have been updated. Closes-Bug: #605 Closes-Bug: #606
MichalHe
pushed a commit
to MichalHe/leapp
that referenced
this issue
Aug 12, 2021
In order to enable upgrades on RHUI we need an updated repomap file. It can happen users have an old one from previous upgrades and thus missing the needed mapping.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After
leapp answer --section remove_pam_pkcs11_module_check.confirm=True
run you getThat happens because configparser in py2 doesn't have a way to preserve comments in ini file. Switch to cfgparse?
The text was updated successfully, but these errors were encountered: