summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler_msg.py
Commit message (Expand)AuthorAgeFilesLines
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+3
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-2/+4
* Fix warning message for "cobbler check" and malformed /etc/dhcpd.confMichael DeHaan2007-04-271-1/+1
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-1/+3
* This is 0.4.5Michael DeHaan2007-03-231-1/+1
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-231-1/+1
* sseago's patch to set_kernel_options, plus some additional error handling aro...Michael DeHaan2007-02-271-0/+1
* Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-091-5/+6
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-1/+0
* TODO and --help updatesmdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+2
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-201-2/+7
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+4
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-7/+7
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-1/+1
* Finally added a "usage" function to the CLI.Michael DeHaan2006-10-161-3/+32
* Trailing whitespace.Michael DeHaan2006-10-161-1/+1
* Initial code behind an import feature for directory trees, i.e. to transform ...Michael DeHaan2006-10-121-2/+0
* Added a basic locking system to avoid multiple "sync" operations happening at...Michael DeHaan2006-10-121-0/+1
* Preparing for next release, fixed typo in dhcp message.Michael DeHaan2006-10-111-1/+1
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-1/+3
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-2/+4
* Fix elilo conf file naming since apparently elilo does not support bootloader...Michael DeHaan2006-10-051-0/+1
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-1/+1
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-0/+4
* Missing commaMichael DeHaan2006-09-251-1/+1
* Shorten "file not found" strings since name detection has been loosened.Michael DeHaan2006-09-251-2/+2
* dhcp templating for individual systemsMichael DeHaan2006-09-221-0/+1
* generate elilo config files (that look mostly correct, pre-testing) asMichael DeHaan2006-09-221-0/+1
* ia64 boot fixes as a result of testing.Michael DeHaan2006-09-211-2/+2
* Naming cleanup of a few variables now that we're dealing with moreMichael DeHaan2006-09-211-1/+2
* - Initial batch of changes to support (a) dhcpd.conf templating and (b)Michael DeHaan2006-09-211-1/+2
* Cobbler was missing the set_xen_ram function so the CLI wasn'tMichael DeHaan2006-09-201-0/+1
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-121-1/+4
* removing else branch after a returnMihai Ibanescu2006-05-121-3/+1
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-1/+9
* Fixes to non-root error handling.Michael DeHaan2006-05-091-0/+2
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-091-23/+28
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-081-0/+8
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-0/+67