lorax/src/pylorax/api
Brian C. Lane 9291f3f3ea lorax-composer: Estimate metadata size required by Anaconda
Anaconda doesn't download the filelists or 'other' metadata, which can
add a significant amount of space to the metadata cache on the build
host. So to estimate the amount of space needed by Anaconda exclude the
space used by *filelists* and *other* files.

With these changes the lorax-composer estimate should actually be fairly
accurate. But since Anaconda only uses the installedsize * 1.35 we have
to make sure that the size we use is at least as big as what anaconda
will estimate, otherwise the installation will fail.

Resolves: rhbz#1761337
2020-04-17 09:08:53 -07:00
..
__init__.py Add a pylorax.api.version number 2018-08-21 12:10:01 -07:00
bisect.py lorax-composer: Handle packages with multiple builds 2018-12-07 14:10:54 -08:00
checkparams.py Return a JSON error instead of a 404 on certain malformed URLs. 2018-08-06 13:38:14 -04:00
compose.py lorax-composer: Estimate metadata size required by Anaconda 2020-04-17 09:08:53 -07:00
config.py Fix make_dnf_dirs 2018-06-11 16:54:59 -07:00
crossdomain.py Add required_methods for decorator 2018-06-11 16:54:58 -07:00
errors.py Change INVALID_NAME to INVALID_CHARS. 2018-08-09 16:11:32 -04:00
projects.py lorax-composer: Estimate metadata size required by Anaconda 2020-04-17 09:08:53 -07:00
queue.py lorax-composer: Check for STATUS before deleting 2019-02-21 16:47:07 -08:00
recipes.py Add support for customizations and repos.git to /blueprints/diff/ 2019-11-18 12:36:18 +02:00
regexes.py Add + to the allowed API string character set 2018-08-07 15:16:20 -07:00
server.py Create a new YumBase object when repodata changes 2018-10-01 13:37:44 -07:00
timestamp.py Use constants instead of strings (#409). 2018-08-06 12:04:00 -04:00
v0.py lorax-composer: Return UnknownBlueprint errors when using deleted blueprints 2019-04-22 10:17:25 -07:00
workspace.py Add workspace module and tests 2018-06-11 16:54:57 -07:00
yumbase.py Remove duplicate repositories from the sources list 2019-02-21 09:19:30 -08:00