summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix command parsingMichael DeHaan2008-09-021-1/+4
| |/ |/|
* | Fix various merge errors and also add some missing directory packaging to ↵Michael DeHaan2008-09-028-25/+23
| | | | | | | | the RPM
* | Merge branch 'devel'Michael DeHaan2008-08-29126-1315/+7810
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS CHANGELOG cobbler.spec cobbler/api.py cobbler/remote.py cobbler/services.py cobbler/utils.py setup.py
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-08-2627-220/+284
| |\
| | * Fixes for getting rubygem-cobbler reviewed for Fedora.Darryl L. Pierce2008-08-2627-220/+284
| | | | | | | | | | | | | | | | | | - Fixed the licensing in each source module to show the code is released under LGPLv2.1. - Added %check to the spec file to run tests prior to creating the RPM.
| * | Update docs/comments.Michael DeHaan2008-08-263-5/+4
| | |
| * | Make cobbler import know how to auto-assign --os-versionMichael DeHaan2008-08-261-7/+38
| | |
| * | Small fix to services urls, added fedora9 constant which libvirt in hg ↵Michael DeHaan2008-08-262-4/+4
| |/ | | | | | | | | | | | | (upstream) knows about. koan is coded to not crash if libvirt can't grok the data it sends down in case libvirt on the installed system is not new enough to understand what "fedora9" means.
| * Add missing file to git.Michael DeHaan2008-08-261-0/+52
| |
| * clean up formatting of breed/os-version messages for webui displayMichael DeHaan2008-08-251-2/+4
| |
| * changelog, + adding distro os-version to Webapp. Images are still not ↵Michael DeHaan2008-08-253-2/+18
| | | | | | | | available in the webapp, need to do this also (Trac item filed).
| * Realphabetize CLI for distro, add --os-version and --breed to imageMichael DeHaan2008-08-252-9/+17
| |
| * Various work on --os-version support and better filtering for --breedMichael DeHaan2008-08-254-12/+20
| |
| * Incorporating Dave Hatton's patch to add --os-version in, adding validation, ↵Michael DeHaan2008-08-2511-43/+97
| | | | | | | | working on adding os_version to images also, etc, etc.
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-08-257-14/+50
| |\
| | * Merge branch 'update-before-save' into develDarryl L. Pierce2008-08-257-14/+50
| | |\
| | | * Added an update call prior to saving or updating a system.Darryl L. Pierce2008-08-217-14/+50
| | | |
| * | | When --netboot-enabled is toggled (either from the command line, or via the ↵Michael DeHaan2008-08-255-12/+28
| |/ / | | | | | | | | | API as with the pxe_just_once) feature, rather than deleting the per-system config file to make it boot locally, instead create a per-system config file to make it boot locally, thus making sure any default or ip-range orders on the boot server do not reinstall the system.
| * / Version bump for test releaseMichael DeHaan2008-08-222-3/+6
| |/
| * fix typoMichael DeHaan2008-08-211-1/+1
| |
| * Make "make devinstall" remove files after usageMichael DeHaan2008-08-201-0/+1
| |
| * more error catcher fixingMichael DeHaan2008-08-202-2/+2
| |
| * ErrorCatcher invocation is causing problems on 5.2Michael DeHaan2008-08-202-2/+5
| |
| * Use errorCatcher Echo more, so snippets get the same level of error checking.Michael DeHaan2008-08-204-5/+6
| |
| * version bumpMichael DeHaan2008-08-192-4/+8
| |
| * Add --kopts-post to docsMichael DeHaan2008-08-191-3/+14
| |
| * Apply patch to add --kopts-post which lets you configure the kernel options ↵Michael DeHaan2008-08-1920-186/+290
| | | | | | | | on installed systems.
| * Make cheetah errors explain themselvesMichael DeHaan2008-08-192-1/+19
| |
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-08-1923-189/+421
| |\
| | * Fixed the release number in the spec and a few typos and a missed file.Darryl L. Pierce2008-08-143-7/+81
| | |
| | * Merge branch 'cache_auth_token' into develDarryl L. Pierce2008-08-1422-184/+342
| | |\
| | | * The auth_token is now cached as Cobbler::Base@@auth_token.Darryl L. Pierce2008-08-1422-184/+342
| | | | | | | | | | | | | | | | | | | | Also fixed up some documentation and how properties are handled that are either arrays of values or hashes.
| * | | Use pxesystem and pxeprofile templates correctlyMichael DeHaan2008-08-185-19/+33
| | | |
| * | | SystemExit return code preservation + reworking --help to make it smarter ↵Michael DeHaan2008-08-153-4/+37
| | | | | | | | | | | | | | | | when subcommands are employed.
| * | | Apply patch to make SystemExit not print a tracebackMichael DeHaan2008-08-151-2/+5
| | | |
| * | | Allow system remove call to tolerate "recursive" arg.Michael DeHaan2008-08-156-6/+6
| |/ /
| * | ChangelogMichael DeHaan2008-08-131-0/+1
| | |
| * | Merge in Dave Hatton's "getks" command, with some minor tweaks so it detects ↵Michael DeHaan2008-08-135-20/+57
| |/ | | | | | | images and external kickstarts.
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-08-1321-61/+355
| |\
| | * Added support for images to the Ruby bindings.Darryl L. Pierce2008-08-1321-61/+355
| | | | | | | | | | | | Also fixed some of the decoding for interfaces returned for systems. But I'm not happy with that binding still.
| * | At Spot's suggestion, make sure all source code files include the correct ↵Michael DeHaan2008-08-1356-378/+670
| |/ | | | | | | | | | | GPLv2+ license header, as Cobbler is GPLv2. Also finally remove serializer_shelve, which is replaced by serializer_catalog.
| * Some fixes to image handling so that --image-type is saved and is used to ↵Michael DeHaan2008-08-124-5/+8
| | | | | | | | | | | | generate PXE menu items as intended.
| * Fix typo in module loaderMichael DeHaan2008-08-121-1/+1
| |
| * Misc reworking of how SNIPPET is processed, as we have a test case where not ↵Michael DeHaan2008-08-111-7/+7
| | | | | | | | all of them are replaced that I am debugging. This may be a Cheetah bug and not something that relates to our use of it. Exploring...
| * Fix regex in snippet parser and also mention which snippet is not found if ↵Michael DeHaan2008-08-111-2/+2
| | | | | | | | one is not found.
| * Remove bootloader check as we source bootloaders differently now.Michael DeHaan2008-08-112-14/+18
| |
| * Make the template replacemnet of SNIPPET::foo with $SNIPPET('foo') use ↵Michael DeHaan2008-08-112-15/+13
| | | | | | | | regexes to eliminate some of the looping/splitting, which might be problematic.
| * Apply patch from Dan Guernsey to change his "Copyright" line to just ↵Michael DeHaan2008-08-111-2/+1
| | | | | | | | | | | | "written by" until he can figure out what it should be per his organization.
| * Apply Dave Hatton's patch to fix "cobbler list" format.Michael DeHaan2008-08-111-5/+9
| |
| * Remove xlat parts of Makefile that are not in use, release bumpMichael DeHaan2008-08-083-10/+21
| |