Bug 1181616 - kanku MooseX::App BashCompletion has random order
Summary: kanku MooseX::App BashCompletion has random order
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Frank Schreiner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-31 08:10 UTC by Bernhard Wiedemann
Modified: 2021-03-01 06:51 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Wiedemann 2021-01-31 08:10:15 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
Comment 1 Frank Schreiner 2021-02-01 07:17:29 UTC
opened PR upstream

https://github.com/maros/MooseX-App/pull/64
Comment 2 Frank Schreiner 2021-02-17 11:26:10 UTC
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
Comment 3 Frank Schreiner 2021-03-01 06:51:31 UTC
fixed with https://build.opensuse.org/request/show/873688