You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various fixes
- Fixed issue with only package names showing in output of 'search' and 'list' commands.
- Fixed KeyError exceptions being thrown in 'search' and 'key' commands.
- Removed 'from_mpr' function in favor of direct access to list of installed packages.
Fixed issue with packages that contain numbers
Tap previously didn't recognize packages that didn't contain number in their name such as 'img4tool-git'.
Removed 'known_hosts' file references in CI MPR publishing script
We don't create 'known_hosts' anymore ourself, as the 'get-ssh-key' command handles that.
Also added missing command used to install the 'ci-utils' package (which provides 'get-ssh-key').