Bugzilla – Bug 1221680
kubefirst: completion files problem
Last modified: 2024-03-19 20:50:44 UTC
While working on reproducible builds for openSUSE, I found that our kubefirst 2.4.2 package varies in its completion files /usr/share/bash-completion/completions/kubefirst @@ -1,4 +1,4 @@ -checking for a newer version failed (cannot get Homebrew formula) with: Get "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/k/kubefirst.rb": dial tcp: lookup raw.githubusercontent.com on [::1]:53: read udp [::1]:33232->[::1]:53: read: connection refused# bash completion V2 for kubefirst -*- shell-script -*- +checking for a newer version failed (cannot get Homebrew formula) with: Get "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/k/kubefirst.rb": dial tcp: lookup raw.githubusercontent.com on [::1]:53: read udp [::1]:38072->[::1]:53: read: connection refused# bash completion V2 for kubefirst -*- shell-script -*- __kubefirst_debug() { ... more diff in https://rb.zq1.de/compare.factory-20240228/diffs/kubefirst-compare.out This line looks like it should not be there in the first place = bug.
Thanks for the report, Bernhard. I will try to follow up with upstream on how to fix this. Kind Regards, Johannes