Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix command parsing | Michael DeHaan | 2008-09-02 | 1 | -1/+4 | |
| |/ |/| | ||||||
* | | Fix various merge errors and also add some missing directory packaging to ↵ | Michael DeHaan | 2008-09-02 | 8 | -25/+23 | |
| | | | | | | | | the RPM | |||||
* | | Merge branch 'devel' | Michael DeHaan | 2008-08-29 | 126 | -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 devel | Michael DeHaan | 2008-08-26 | 27 | -220/+284 | |
| |\ | ||||||
| | * | Fixes for getting rubygem-cobbler reviewed for Fedora. | Darryl L. Pierce | 2008-08-26 | 27 | -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 DeHaan | 2008-08-26 | 3 | -5/+4 | |
| | | | ||||||
| * | | Make cobbler import know how to auto-assign --os-version | Michael DeHaan | 2008-08-26 | 1 | -7/+38 | |
| | | | ||||||
| * | | Small fix to services urls, added fedora9 constant which libvirt in hg ↵ | Michael DeHaan | 2008-08-26 | 2 | -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 DeHaan | 2008-08-26 | 1 | -0/+52 | |
| | | ||||||
| * | clean up formatting of breed/os-version messages for webui display | Michael DeHaan | 2008-08-25 | 1 | -2/+4 | |
| | | ||||||
| * | changelog, + adding distro os-version to Webapp. Images are still not ↵ | Michael DeHaan | 2008-08-25 | 3 | -2/+18 | |
| | | | | | | | | available in the webapp, need to do this also (Trac item filed). | |||||
| * | Realphabetize CLI for distro, add --os-version and --breed to image | Michael DeHaan | 2008-08-25 | 2 | -9/+17 | |
| | | ||||||
| * | Various work on --os-version support and better filtering for --breed | Michael DeHaan | 2008-08-25 | 4 | -12/+20 | |
| | | ||||||
| * | Incorporating Dave Hatton's patch to add --os-version in, adding validation, ↵ | Michael DeHaan | 2008-08-25 | 11 | -43/+97 | |
| | | | | | | | | working on adding os_version to images also, etc, etc. | |||||
| * | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2008-08-25 | 7 | -14/+50 | |
| |\ | ||||||
| | * | Merge branch 'update-before-save' into devel | Darryl L. Pierce | 2008-08-25 | 7 | -14/+50 | |
| | |\ | ||||||
| | | * | Added an update call prior to saving or updating a system. | Darryl L. Pierce | 2008-08-21 | 7 | -14/+50 | |
| | | | | ||||||
| * | | | When --netboot-enabled is toggled (either from the command line, or via the ↵ | Michael DeHaan | 2008-08-25 | 5 | -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 release | Michael DeHaan | 2008-08-22 | 2 | -3/+6 | |
| |/ | ||||||
| * | fix typo | Michael DeHaan | 2008-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Make "make devinstall" remove files after usage | Michael DeHaan | 2008-08-20 | 1 | -0/+1 | |
| | | ||||||
| * | more error catcher fixing | Michael DeHaan | 2008-08-20 | 2 | -2/+2 | |
| | | ||||||
| * | ErrorCatcher invocation is causing problems on 5.2 | Michael DeHaan | 2008-08-20 | 2 | -2/+5 | |
| | | ||||||
| * | Use errorCatcher Echo more, so snippets get the same level of error checking. | Michael DeHaan | 2008-08-20 | 4 | -5/+6 | |
| | | ||||||
| * | version bump | Michael DeHaan | 2008-08-19 | 2 | -4/+8 | |
| | | ||||||
| * | Add --kopts-post to docs | Michael DeHaan | 2008-08-19 | 1 | -3/+14 | |
| | | ||||||
| * | Apply patch to add --kopts-post which lets you configure the kernel options ↵ | Michael DeHaan | 2008-08-19 | 20 | -186/+290 | |
| | | | | | | | | on installed systems. | |||||
| * | Make cheetah errors explain themselves | Michael DeHaan | 2008-08-19 | 2 | -1/+19 | |
| | | ||||||
| * | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2008-08-19 | 23 | -189/+421 | |
| |\ | ||||||
| | * | Fixed the release number in the spec and a few typos and a missed file. | Darryl L. Pierce | 2008-08-14 | 3 | -7/+81 | |
| | | | ||||||
| | * | Merge branch 'cache_auth_token' into devel | Darryl L. Pierce | 2008-08-14 | 22 | -184/+342 | |
| | |\ | ||||||
| | | * | The auth_token is now cached as Cobbler::Base@@auth_token. | Darryl L. Pierce | 2008-08-14 | 22 | -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 correctly | Michael DeHaan | 2008-08-18 | 5 | -19/+33 | |
| | | | | ||||||
| * | | | SystemExit return code preservation + reworking --help to make it smarter ↵ | Michael DeHaan | 2008-08-15 | 3 | -4/+37 | |
| | | | | | | | | | | | | | | | | when subcommands are employed. | |||||
| * | | | Apply patch to make SystemExit not print a traceback | Michael DeHaan | 2008-08-15 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Allow system remove call to tolerate "recursive" arg. | Michael DeHaan | 2008-08-15 | 6 | -6/+6 | |
| |/ / | ||||||
| * | | Changelog | Michael DeHaan | 2008-08-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge in Dave Hatton's "getks" command, with some minor tweaks so it detects ↵ | Michael DeHaan | 2008-08-13 | 5 | -20/+57 | |
| |/ | | | | | | | images and external kickstarts. | |||||
| * | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2008-08-13 | 21 | -61/+355 | |
| |\ | ||||||
| | * | Added support for images to the Ruby bindings. | Darryl L. Pierce | 2008-08-13 | 21 | -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 DeHaan | 2008-08-13 | 56 | -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 DeHaan | 2008-08-12 | 4 | -5/+8 | |
| | | | | | | | | | | | | generate PXE menu items as intended. | |||||
| * | Fix typo in module loader | Michael DeHaan | 2008-08-12 | 1 | -1/+1 | |
| | | ||||||
| * | Misc reworking of how SNIPPET is processed, as we have a test case where not ↵ | Michael DeHaan | 2008-08-11 | 1 | -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 DeHaan | 2008-08-11 | 1 | -2/+2 | |
| | | | | | | | | one is not found. | |||||
| * | Remove bootloader check as we source bootloaders differently now. | Michael DeHaan | 2008-08-11 | 2 | -14/+18 | |
| | | ||||||
| * | Make the template replacemnet of SNIPPET::foo with $SNIPPET('foo') use ↵ | Michael DeHaan | 2008-08-11 | 2 | -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 DeHaan | 2008-08-11 | 1 | -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 DeHaan | 2008-08-11 | 1 | -5/+9 | |
| | | ||||||
| * | Remove xlat parts of Makefile that are not in use, release bump | Michael DeHaan | 2008-08-08 | 3 | -10/+21 | |
| | |