summaryrefslogtreecommitdiffstats
path: root/cobbler/kickgen.py
Commit message (Collapse)AuthorAgeFilesLines
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-1/+6
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* Modify URLsMichael DeHaan2008-04-231-4/+4
|
* Send registration parameters at the right spot.Michael DeHaan2008-04-211-2/+2
|
* Correct URLs in kickstart postMichael DeHaan2008-04-211-2/+2
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+272
under mod_python, kickstart templating code now moved out of sync function.