__package_apt explorer doesn't detect state correctly #198
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: toupeira
The following manifest:
...results in
locales-allbeing installed, and then immediately uninstalled again, while leaving thelocalespackage untouched. After some debugging it turns out that the explorer in__package_apt/explorer/statereturns the package namelocales-allwhen the packagelocalesis queried, which will then be used in__package_apt/gencode-remote;-)closed
Created by: toupeira
Possible duplicate of https://github.com/telmich/cdist/issues/353
I'm not sure why the current explorer uses
apt-cache showpkgto check forReverse Provides, shouldn't the call todpkg -swork on its own?Created by: telmich
ARGH - will dig into this