pungi/pungi/wrappers
Jan Kaluza 94bc5e286d Do not use shlex_quote in get_pungi_buildinstall_cmd and get_pungi_ostree_cmd.
These methods return command as list which is never serialized to str and
never executed using bash. It is instead passed directly to
`kobo.shortcuts.run`.

The `shlex_quote` usage here actually breaks the code, because it adds
quotes there which are needed only if this command would be serialized
to string and passed to bash. But this never happens. As a result,
the arguments passed to `kobo.shortcuts.run` contain those extra
quotes.

In this commit the shlex_quote is removed completely from this
part of code.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-11-10 07:45:05 +00:00
..
__init__.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
comps.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
createrepo.py Format code base with black 2020-02-05 17:35:47 +08:00
fus.py Format code base with black 2020-02-05 17:35:47 +08:00
iso.py Don't use compose in get_graft_points 2020-08-20 15:06:49 +02:00
jigdo.py Format code base with black 2020-02-05 17:35:47 +08:00
kojiwrapper.py Do not use shlex_quote in get_pungi_buildinstall_cmd and get_pungi_ostree_cmd. 2020-11-10 07:45:05 +00:00
lorax.py Replace -c parameter with --config 2020-08-13 11:16:43 +02:00
mbs.py Allow including scratch module builds 2020-07-17 09:08:36 +08:00
pungi.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
repoclosure.py Format code base with black 2020-02-05 17:35:47 +08:00
scm.py gitwrapper: Re-run git init before do full clone 2020-09-10 10:09:46 +08:00
variants.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00