Description of problem: sudo python setup.py install (from today's hg) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Cobbler's makefile will build everything needed (all the way up to the RPMs) by switching to the checkout directory and just running "make". The manpage is missing because this wasn't done. If you want to generate just this specific file, you can run "make manpage".
OK. Yes, I saw python, and setup.py, so of course ran python setup.py build, sudo python setup.py install.