lorax/src/pylorax/api
Brian C. Lane 5b8341884d Update depsolving with suggestions from dnf (#1636239)
The previous method worked, but wasn't exactly idiomatic. This is more
correct, and appears to work the same (templates depsolve, version globs
work, multiple repos work).

Note that this does use a private dnf attribute ._goal, but the word is
that this is going to become a public api soon, so yes it is there on
purpose.

Resolves: rhbz#1638683
2018-10-12 10:58:04 -07:00
..
__init__.py Move lorax-composer and composer-cli argument parsing into modules 2018-05-17 10:34:35 -07:00
checkparams.py Return a JSON error instead of a 404 on certain malformed URLs. 2018-08-07 12:12:17 -07:00
cmdline.py Run as root/weldr by default. 2018-08-08 17:07:59 -07:00
compose.py Add an openstack image type 2018-10-09 11:55:30 -07:00
config.py Fix make_dnf_dirs 2018-06-04 15:47:15 -07:00
crossdomain.py Use 2to3 to convert the python2 lorax-composer code to python3 2018-05-17 10:34:34 -07:00
dnfbase.py Always update repo metadata when building an image 2018-10-01 14:50:11 -07:00
errors.py Change INVALID_NAME to INVALID_CHARS. 2018-08-09 16:50:53 -04:00
projects.py Update depsolving with suggestions from dnf (#1636239) 2018-10-12 10:58:04 -07:00
queue.py Add error IDs for when an unknown build UUID is requested. 2018-08-09 16:49:38 -04:00
recipes.py Include groups in depsolving. 2018-07-19 11:00:16 -07:00
regexes.py Add + to the allowed API string character set 2018-08-07 16:48:25 -07:00
server.py Always update repo metadata when building an image 2018-10-01 14:50:11 -07:00
timestamp.py Fix write_timestamp for py3 2018-08-07 12:12:17 -07:00
v0.py Fix /compose/cancel API documentation 2018-08-29 10:08:37 -07:00
workspace.py workspace read and write needs UTF-8 conversion 2018-05-17 10:34:34 -07:00