26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Import feature added (usable for things like /mnt/redhat) More... over 18 years ago
Initial code behind an import feature for directory trees, i.e. to transform something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly. More... over 18 years ago
Updating manpage to reflect enchant being a part of the "system" subcommand and therefore taking less arguments. More... over 18 years ago
Development error temporarily removed enchant from the CLI accessible options. Putting it back and making it a part of the system subcommands to make it more consistant (parsing is better too this way). More... over 18 years ago
Added a basic locking system to avoid multiple "sync" operations happening at the same time -- not a huge risk -- but it ought to be guarded against. More... over 18 years ago
updated TODO More... over 18 years ago
Change koan to use urllib2 less cleverly, since urlgrabber isn't available on RHEL4. More... over 18 years ago
Remove extra newline in "list" commands and add a hack to allow koan to be installed (and work) in places where the python version may not be the same as the rpm. This is only relevant for the "cobbler enchant" command in the cobbler package -- ordinarily one would hope that the koan RPM was correctly compiled for the architecture in question. More... over 18 years ago
Somewhat ugly hack to allow the "cobbler enchant" feature to forcibly install koan on systems that only have python2.3 for the purpose of replacing their operating system. Since it's the last command the system will ever see, it's remotely tolerable :) More... over 18 years ago
Preparing for next release, fixed typo in dhcp message. More... over 18 years ago
Preparing for new release build More... over 18 years ago
Bundle subprocess to play nice with python 2.3 More... over 18 years ago
Bundle subprocess to make koan play nice with python 2.3 More... over 18 years ago
Sort in a Python 2.3 compatible way. More... over 18 years ago
Remove subprocess reference More... over 18 years ago
Adding API stub for unfinished method More... over 18 years ago
(1) initial work on a command to import build trees into cobbler in 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 More... over 18 years ago
Cobbler should reboot the system after enchanting it. More... over 18 years ago
Add koan --list-profiles and --list-systems feature which allows the user to see what they can provision from koan. Bumped the release info, updated manpage, CHANGELOG, etc. Releasing soon. More... over 18 years ago
Version increase & release housekeeping. More... over 18 years ago
Have cobbler print a basic listing of configured profiles and systems to enable remote apps to list available things that can be provisioned. More... over 18 years ago
Update CHANGELOG More... over 18 years ago
TODO updates & doc cleanup More... over 18 years ago
Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests. More... over 18 years ago
Fix elilo conf file naming since apparently elilo does not support bootloader profiles based on MAC addresses as does syslinux. This workaround uses the pxe-address field, thus requiring this field for IA64 until the issue can be resolved in elilo. More... over 18 years ago
--pxe-hostname should be "--pxe-address" More... over 18 years ago
Surface the 'pxe-hostname' option. More... over 18 years ago
URL update & updated TODO More... over 18 years ago
URL update More... over 18 years ago
Added some extra error checking to enchant. More... over 18 years ago