Bug Description:
activate-global-python-argcomplete creates a file that belongs to another package. We shouldn't do that.
activate-global-python-argcomplete
Fix Description:
Don't call activate-global-python-argcomplete as the completion is active by default when python3-argcomplete is installed on a system.
python3-argcomplete
Relates: https://pagure.io/389-ds-base/issue/50758
Reviewed by: ???
For the reference: https://src.fedoraproject.org/rpms/python-argcomplete/blob/master/f/python-argcomplete.spec#_82
rebased onto 89f34a577258f277250bfa7d9b496b91a0e9dfdd
ack
rebased onto ec229f7d11c60094fa18dca0f058bd3f48869b0b
Ack, too. Merging now (per Viktor's suggestion).
Pull-Request has been merged by mhonek
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/3827
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Bug Description:
activate-global-python-argcompletecreates a file that belongs toanother package. We shouldn't do that.
Fix Description:
Don't call
activate-global-python-argcompleteas the completion isactive by default when
python3-argcompleteis installed on a system.Relates: https://pagure.io/389-ds-base/issue/50758
Reviewed by: ???