summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler.py
Commit message (Expand)AuthorAgeFilesLines
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-1/+2
* This is 0.4.5Michael DeHaan2007-03-231-4/+0
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-221-1/+8
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-8/+2
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-0/+11
* Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-091-1/+3
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-22/+14
* Don't show tracebacks for Ctrl+C.mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+3
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-4/+9
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+21
* Fix bug in locking mechanism.Michael DeHaan2006-12-221-1/+3
* Enable locking feature.Michael DeHaan2006-12-221-1/+1
* Be even more strict about --virt parameter processing on enchant to preventMichael DeHaan2006-12-221-5/+3
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-4/+4
* Allow "cobbler enchant" commands to also remotely install Xen on systems in t...Michael DeHaan2006-12-221-2/+10
* Always pass args to functions in main body.Michael DeHaan2006-12-211-4/+4
* "cobbler repo sync" is the same as "cobbler reposync"Michael DeHaan2006-12-211-1/+2
* Allow report to be invoked in subject verb form.Michael DeHaan2006-12-211-18/+38
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-211-18/+22
* cobbler list now keeps results sorted.Michael DeHaan2006-12-211-0/+1
* Added a new abbreviated (list) command and longer (report) command.mdehaan@mdehaan.rdu.redhat.com2006-12-211-4/+40
* Added "clobber" alias for enchant/transmogrify (alikins made me do it).Michael DeHaan2006-12-201-0/+1
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-1/+3
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-151-1/+0
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ...Michael DeHaan2006-12-131-1/+2
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-4/+54
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-271-1/+1
* Add support for restricting the listing to systems/profiles/distrosDavid Lutterkort2006-10-271-2/+16
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-5/+6
* Merge latestDavid Lutterkort2006-10-231-6/+5
|\
| * Enable --pxe-address command line optionDavid Lutterkort2006-10-191-0/+1
* | Change "Xen" to "virt" to make it more generic.mdehaan@mdehaan.rdu.redhat.com2006-10-251-6/+6
* | Add "virt" aliases for commands.Michael DeHaan2006-10-251-2/+3
* | bugfix: --pxe-address wasn't surfaced in the CLIMichael DeHaan2006-10-231-5/+6
|/
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-29/+34
* Add --helpMichael DeHaan2006-10-171-0/+1
* Numerous fixes to import codeMichael DeHaan2006-10-161-2/+3
* Finally added a "usage" function to the CLI.Michael DeHaan2006-10-161-2/+3
* No commaMichael DeHaan2006-10-161-1/+1
* Alias added for alikinsMichael DeHaan2006-10-161-5/+6
* Manpage clarification.Michael DeHaan2006-10-161-0/+1
* Trailing whitespace.Michael DeHaan2006-10-161-1/+1
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-131-1/+6
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-2/+7
* Initial code behind an import feature for directory trees, i.e. to transform ...Michael DeHaan2006-10-121-14/+35
* Development error temporarily removed enchant from the CLI accessible options...Michael DeHaan2006-10-121-2/+23
* Added a basic locking system to avoid multiple "sync" operations happening at...Michael DeHaan2006-10-121-56/+27
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-27/+41
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-051-1/+1
* Surface the 'pxe-hostname' option.Michael DeHaan2006-10-051-6/+8