summaryrefslogtreecommitdiffstats
path: root/cobbler/services.py
Commit message (Collapse)AuthorAgeFilesLines
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-0/+1
| | | | | | | 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.
* Services operations are now happy with unicode data.Michael DeHaan2008-04-231-2/+3
|
* Move registration code to backend only, as users trying out the kickstarts ↵Michael DeHaan2008-04-211-2/+2
| | | | will not be sending mac info and there is not a problem of them accidentally getting registered.
* Modify services.py to send over registration bit.Michael DeHaan2008-04-211-1/+1
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+94
under mod_python, kickstart templating code now moved out of sync function.