summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/src/class/repoquery.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+26
|
* Fix validation of generated codeRodolfo Carvalho2017-02-201-1/+1
| | | | | Importing modules with the same name will not reload an already imported module. Explicitly reloading the module is the quickest fix.
* Added repoquery to lib_utils.Thomas Wiest2017-01-311-0/+156