Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed deprecated enchant function/module (just use SSH!), config file cleanup. | root | 2007-09-05 | 1 | -112/+0 |
| | |||||
* | Ben Riggs patch to allow find to take arbitrary variables plus a reworking | Michael DeHaan | 2007-08-15 | 1 | -2/+2 |
| | | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before. | ||||
* | String update. | Michael DeHaan | 2007-05-30 | 1 | -1/+1 |
| | |||||
* | Begining of i18n of cobbler. Tests pass, works with English. Need to test | Michael DeHaan | 2007-05-29 | 1 | -8/+8 |
| | | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed. | ||||
* | Starting to add i18n to cobbler using rhpl | Michael DeHaan | 2007-05-25 | 1 | -0/+2 |
| | |||||
* | Remove xen package install, it should already be there. (libvirt-python ↵ | mdehaan@mdehaan.rdu.redhat.com | 2006-12-22 | 1 | -3/+4 |
| | | | | | | should be too, but we're playing it safe). | ||||
* | Allow "cobbler enchant" commands to also remotely install Xen on systems in ↵ | Michael DeHaan | 2006-12-22 | 1 | -6/+21 |
| | | | | | | | the same way the command already supported destructive re-provisioning. Syntax is "cobbler enchant --address=foo --profile=foo --virt=yes" or "--system=foo" can replace "--profile" if you want to set the Xen mac address and so forth. | ||||
* | Hack to deal with not caching SSH known hosts values. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 1 | -1/+15 |
| | |||||
* | Disable strict host key checking for enchant/transmogrify. | Michael DeHaan | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | Fix bug where koan_path can be blank or a directory. | Michael DeHaan | 2006-10-23 | 1 | -1/+1 |
| | |||||
* | Trailing whitespace. | Michael DeHaan | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | Fixes to reboot code, upgrades to enchant, ready for release of RHEL4 ↵ | Michael DeHaan | 2006-10-17 | 1 | -1/+1 |
| | | | | compatible version. | ||||
* | Steps to remove pexpect | Michael DeHaan | 2006-10-17 | 1 | -21/+27 |
| | |||||
* | Working on removing the dependancy on pexpect | Michael DeHaan | 2006-10-17 | 1 | -20/+16 |
| | |||||
* | Clarify one warning message and one comment about deps | Michael DeHaan | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Pychecker. | Michael DeHaan | 2006-10-16 | 1 | -1/+1 |
| | |||||
* | Trailing whitespace. | Michael DeHaan | 2006-10-16 | 1 | -1/+1 |
| | |||||
* | Initial code behind an import feature for directory trees, i.e. to transform ↵ | Michael DeHaan | 2006-10-12 | 1 | -1/+3 |
| | | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly. | ||||
* | Development error temporarily removed enchant from the CLI accessible ↵ | Michael DeHaan | 2006-10-12 | 1 | -5/+9 |
| | | | | options. Putting it back and making it a part of the system subcommands to make it more consistant (parsing is better too this way). | ||||
* | updated TODO | Michael DeHaan | 2006-10-11 | 1 | -1/+3 |
| | |||||
* | (1) initial work on a command to import build trees into cobbler in | Michael DeHaan | 2006-10-11 | 1 | -1/+0 |
| | | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines | ||||
* | Cobbler should reboot the system after enchanting it. | Michael DeHaan | 2006-10-10 | 1 | -0/+4 |
| | |||||
* | Added some extra error checking to enchant. | Michael DeHaan | 2006-09-29 | 1 | -1/+5 |
| | |||||
* | Commiting the (working) enchant feature and associated changes to enable | Michael DeHaan | 2006-09-29 | 1 | -10/+6 |
| | | | | | it. Some error handling is needed but it's functional. See NEWS and manpage for documentation on enchant. | ||||
* | - Interim checkin while working on "enchant" feature | Michael DeHaan | 2006-09-28 | 1 | -0/+67 |
- Fixed changelogs to include user/email |