You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/packaging
Patrik Lundin 16b8128c8f openbsd_pkg: Use correct part of name in match. (#3151)
* openbsd_pkg: Use correct part of name in match.

Previously this part of the code could assume that the name was a stem
with nothing else attached (like "autoconf"). With the introduction of the
branch syntax ("autoconf%2.13") this is no longer true.

Check if the package name was identified as using a "branch" style name,
and base the match on the leading part of the name if that is the case.

While here remove unnecessary "pass" and tidy up debug log message.

Problem reported by @jasperla.

* openbsd_pkg: Add missing "." in comment.
9 years ago
..
language Fixes #1375, will check for new and outdated packages when running. (#3020) 9 years ago
os openbsd_pkg: Use correct part of name in match. (#3151) 9 years ago
__init__.py Add missing __init__.py files for find_package() to work 11 years ago
dpkg_selections.py added missing GPL licences 10 years ago
elasticsearch_plugin.py elasticsearch_plugin: rewrite module to not use unsupported parameters (#2839) 9 years ago
kibana_plugin.py Add kibana_plugin module (#2621) 10 years ago