debian-koji/plugins
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
..
echo.py update copyright 2014-10-28 23:54:21 -04:00
Makefile messagebus.py: a hub plugin to send notifications of events to an amqp broker 2009-12-22 13:44:12 -05:00
messagebus.conf Add timeout and heartbeat options to the messagebus plugin. 2013-06-12 10:11:03 -04:00
messagebus.py Ran reindent.py from cpython tools on all python scripts 2015-05-13 16:39:53 -04:00
rpm2maven.conf rpm2maven: a plugin to extract Maven artifacts from a rpm build and make them available in the Koji-managed Maven repo 2010-11-09 09:50:09 -05:00
rpm2maven.py update copyright 2014-10-28 23:54:21 -04:00
runroot.conf runroot plugin 2015-01-27 22:41:00 -06:00
runroot.py runroot: Avoid squashing path components with os.path.join 2015-07-10 12:34:32 -05:00
runroot_hub.py Add the hub plugin that accompanies the kojid runroot plugin. 2015-06-06 16:22:04 -04:00