No description
Find a file
Mathieu Bridon 8097ffce7b runroot: Avoid squashing path components with os.path.join
Although this is often a surprising behaviour, the Python documentation
is quite clear on this:

    If a component is an absolute path, all previous components are
    thrown away and joining continues from the absolute path component.

    https://docs.python.org/2/library/os.path.html#os.path.join

That means we need to ensure that we don't end up in this case.
2015-07-10 12:34:32 -05:00
builder honor tag['extra']['mock.package_manager'] 2015-06-24 09:46:15 -04:00
cli show tag_extra in cli list-history 2015-06-24 09:46:16 -04:00
docs initial support for tag extra options 2015-06-24 09:46:15 -04:00
hub show tag_extra in cli list-history 2015-06-24 09:46:16 -04:00
koji honor tag['extra']['mock.package_manager'] 2015-06-24 09:46:15 -04:00
plugins runroot: Avoid squashing path components with os.path.join 2015-07-10 12:34:32 -05:00
tests We don't use these files anymore 2007-06-12 14:24:21 -04:00
util Add systemd unit file for kojira 2015-06-07 08:14:53 -05:00
vm Add systemd unit file for kojivmd 2015-06-07 08:14:53 -05:00
www show tag options in web ui 2015-06-24 09:46:16 -04:00
.gitignore Add a .gitignore file (Trac #19) 2007-06-12 11:36:28 -04:00
Authors one last email test typo 2007-02-20 23:26:53 -05:00
COPYING update copyright 2014-10-28 23:54:21 -04:00
koji.spec Add systemd unit file for kojira 2015-06-07 08:14:53 -05:00
LGPL Initial code drop 2007-02-14 11:25:01 -05:00
Makefile Add systemd unit file for kojid 2015-06-07 08:14:53 -05:00