This has been tested as working in Fedora's stage koji instance
Have you tested this on rhel6?
I tested on RHEL 7 and Fedora 23.
ok, smoke test of this usage on rhel6 looks ok
>>> import pykickstart.parser as ksparser >>> version = ksparser.version.makeVersion('RHEL7') >>> ks = ksparser.KickstartParser(version) >>> ks.handler.url(url='http://localhost/foo')
I will rebase and pull in
merged