Bugzilla – Bug 1181616
kanku MooseX::App BashCompletion has random order
Last modified: 2021-03-01 06:51:31 UTC
While working on reproducible builds for openSUSE, I found that our kanku package varied between builds diff: +++ new/etc/bash_completion.d/kanku.sh - _kanku_compreply "--rc_file --user -u --keyring -k --as_admin --aa --apiurl -a --password -p --details -d --list -l --data --help -h --usage -?" + _kanku_compreply "--password -p --apiurl -a --as_admin --aa --keyring -k --rc_file --user -u --details -d --list -l --data --help -h --usage -?" likely from MooseX-App-1.41/lib/MooseX/App/Plugin/BashCompletion/Command.pm
opened PR upstream https://github.com/maros/MooseX-App/pull/64
opened a second PR upstream to fix the test suite: https://github.com/maros/MooseX-App/pull/66 and opened SR for d:l:perl https://build.opensuse.org/request/show/873092
fixed with https://build.opensuse.org/request/show/873688