summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-1/+20
|
* Working on adding a "cobbler buildiso" command to generate non-live CD's. ↵Michael DeHaan2008-05-011-5/+23
| | | | | | Menu does not work yet, but getting there. Also made registration check for duplicate macs, but needs testing.
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-161-1/+1
| | | | | | | | to parse out times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-3/+5
| | | | best practices in naming.
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* Doc fixMichael DeHaan2008-02-251-1/+4
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
|
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-1/+3
|
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like ↵Michael DeHaan2007-11-271-55/+14
| | | | they used to, which means adding a few subcommands, abstracting away the list logic, and writing some minor code to make the trailing names look like --name=x to please optparse.
* Make reserialize call the right API function.Michael DeHaan2007-11-271-1/+3
|
* Work on CLI functions for manipulating objects, including adding the delete ↵Michael DeHaan2007-11-261-2/+2
| | | | code back.
* Misc fixes during CLI testing. Not done yet.Michael DeHaan2007-11-191-1/+4
|
* Further work on CLI modularization. All commands implemented now, except ↵Michael DeHaan2007-11-191-0/+291
for old school compatibility translation for list/report. All commands will then need to be tested...