We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Debian based systems pakiti-client ignores packages if they are set to hold.
pakiti-client
# dpkg -l | grep ^h | grep bbb-config hi bbb-config 1:2.4.0-55 amd64 BigBlueButton configuration utilities # /usr/local/bin/pakiti-client | grep bbb-config report successfully printed
--- - 2022-11-25 16:15:25.108308076 +0100 +++ /usr/local/bin/pakiti-client 2022-11-25 16:13:22.001018418 +0100 @@ -286,7 +286,7 @@ if (@output) { foreach my $line (@output) { - if ($line =~ /^install ok installed/) { + if ($line =~ /^(hold|install) ok installed/) { $line =~ s{^.+?=}{}g; push(@list, $line); }
# /usr/local/bin/pakiti-client | grep bbb-config report successfully printed bbb-config 1:2.4.0-55 amd64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
On Debian based systems
pakiti-client
ignores packages if they are set to hold.Example
Fix
Result
# /usr/local/bin/pakiti-client | grep bbb-config report successfully printed bbb-config 1:2.4.0-55 amd64
The text was updated successfully, but these errors were encountered: