summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/library/repoquery.py
Commit message (Collapse)AuthorAgeFilesLines
* add retries to repoquery moduleLuke Meyer2017-09-131-6/+12
|
* Fix python3 error in repoqueryJeff Peeler2017-05-131-1/+1
| | | | | | | Explicitly convert from bytes to string so that splitting the string is successful. This change works with python 2 as well. Closes #4182
* Extend repoquery command (of lib_utils role) to ignore excludersJan Chaloupka2017-05-111-2/+28
|
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+0
|
* Fix tests on Python 3Rodolfo Carvalho2017-02-191-1/+1
| | | | | | Unlike in Python 2: - `range` doesn't return a list. - `dict.keys` doesn't return a list.
* Pleasing the linting gods.Kenny Woodson2017-02-161-1/+1
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-161-2/+7
|
* Added repoquery to lib_utils.Thomas Wiest2017-01-311-0/+607