Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like ↵ | Michael DeHaan | 2007-11-27 | 7 | -89/+145 | |
| | | | | | | | | they used to, which means adding a few subcommands, abstracting away the list logic, and writing some minor code to make the trailing names look like --name=x to please optparse. | |||||
| * | Make reserialize call the right API function. | Michael DeHaan | 2007-11-27 | 1 | -1/+3 | |
| | | ||||||
| * | Detect when the NFS path given by the user is missing the colon, and warn ↵ | Michael DeHaan | 2007-11-26 | 2 | -1/+9 | |
| | | | | | | | | | | | | them before the import. Also warn users with existing configurations during the cobbler sync, rather than showing the generic traceback. | |||||
| * | Work on CLI functions for manipulating objects, including adding the delete ↵ | Michael DeHaan | 2007-11-26 | 6 | -18/+23 | |
| | | | | | | | | code back. | |||||
| * | Misc fixes during CLI testing. Not done yet. | Michael DeHaan | 2007-11-19 | 1 | -1/+4 | |
| | | ||||||
| * | Further work on CLI modularization. All commands implemented now, except ↵ | Michael DeHaan | 2007-11-19 | 9 | -15/+328 | |
| | | | | | | | | | | | | | | for old school compatibility translation for list/report. All commands will then need to be tested... | |||||
| * | Make repo code raise exceptions that explain what about the objects is not ↵ | Michael DeHaan | 2007-11-19 | 1 | -2/+2 | |
| | | | | | | | | valid. | |||||
| * | Make the object creator code aware of subobjects. | Michael DeHaan | 2007-11-19 | 1 | -2/+2 | |
| | | ||||||
| * | All cobbler objects are now stubbed in as CLI modules, still needs testing. ↵ | Michael DeHaan | 2007-11-19 | 6 | -50/+329 | |
| | | | | | | | | | | | | Next step is to add the CLI functions that are not object-manipulation based. These will be much shorter. | |||||
| * | Initial bits of code to make CLI modular, and use new object system for ↵ | Michael DeHaan | 2007-11-19 | 6 | -765/+308 | |
| | | | | | | | | defining new CLI commands. | |||||
| * | Don't require syslinux, remove unused bits from RPM specfile. | Michael DeHaan | 2007-11-16 | 1 | -3/+1 | |
| | | ||||||
| * | Apply Tim Verhoeven's patch to lengthen WebUI fields. | Michael DeHaan | 2007-11-16 | 5 | -12/+13 | |
| | | ||||||
| * | Applying Ben Riggs patch to add API flag to disable triggers when adding | Michael DeHaan | 2007-11-16 | 5 | -15/+23 | |
| | | | | | | | | objects. | |||||
| * | Fix broken links on cobbler.et.redhat.com | Michael DeHaan | 2007-11-15 | 1 | -3/+3 | |
| | | ||||||
| * | Fix bug related to hash evaluation, bump release for testing branch | Michael DeHaan | 2007-11-15 | 4 | -3/+14 | |
| | | ||||||
| * | Expose function for getting all modules of a specific category. | Michael DeHaan | 2007-11-14 | 2 | -4/+10 | |
| | | ||||||
* | | RPM fixing for F9 | Michael DeHaan | 2008-01-10 | 2 | -4/+15 | |
| | | ||||||
* | | Fix from bad merge of changelog from other branch | Michael DeHaan | 2008-01-10 | 3 | -17/+5 | |
| | | ||||||
* | | Fix date in changelog. | Michael DeHaan | 2008-01-10 | 3 | -9/+8 | |
| | | ||||||
* | | Modify reposync to not preserve permissions on rsync. | Michael DeHaan | 2008-01-10 | 2 | -2/+14 | |
| | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | Apply Matt Hyclak's comps.xml patch to trunk, so that if we want to release ↵ | Michael DeHaan | 2008-01-09 | 2 | -3/+7 | |
| | | | | | | | | trunk for bugfixes sometime, we can, and don't have to wait on 0.7.X | |||||
* | | Fix bug relating to inherit and kernel options, bump release for stable branch. | Michael DeHaan | 2007-11-15 | 3 | -3/+9 | |
| | | ||||||
* | | (a) modify tests to be tolerant of existing directory, (b) modify input ↵ | Michael DeHaan | 2007-11-15 | 2 | -1/+8 | |
|/ | | | | | | engine to know that <<inherit>> is never going to be a string key, so be sure to not include it in things like kickstart arguments. | |||||
* | Update spec from release / changelog / check in SVG source for logo | Michael DeHaan | 2007-11-14 | 5 | -7/+164 | |
| | ||||||
* | (A) add/tweak testcase for blender cache code, (B) modify htaccess file to ↵ | Michael DeHaan | 2007-11-14 | 3 | -4/+57 | |
| | | | | | | only authenticate the webui, not the other cgi's. | |||||
* | Disable the blender cache as it's running afoul of the sync code, mixing up ↵ | Michael DeHaan | 2007-11-14 | 8 | -48/+22 | |
| | | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync. | |||||
* | Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the ↵ | Michael DeHaan | 2007-11-13 | 2 | -8/+23 | |
| | | | | | | | kickstart base urls in 0.6.3 would be incorrect so only core packages could be used in the kickstart if using $yum_repo_stanza. | |||||
* | Remove the command class and start of making this modular, as I want to do ↵ | Michael DeHaan | 2007-11-13 | 2 | -368/+0 | |
| | | | | this differently. | |||||
* | Abstract out the modules system to allow for other types of modules, and to ↵ | Michael DeHaan | 2007-11-12 | 8 | -23/+422 | |
| | | | | also centralize configuration/loading/access some more. | |||||
* | Remove subobject logic from systems, which are not inheritable. | Michael DeHaan | 2007-11-12 | 1 | -5/+5 | |
| | ||||||
* | Fix the part that configures yum on the installed machines/etc for when ↵ | Michael DeHaan | 2007-11-09 | 2 | -5/+7 | |
| | | | | there is only one yum repo as part of the distro. | |||||
* | Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ↵ | Michael DeHaan | 2007-11-09 | 3 | -10/+11 | |
| | | | | | | | fixes to enable repo handling to work better. Repos are no longer symlinked so if a name of a repository is specified that uses a channel, the repo must be named after the channel.Tested with yum-utils 1.0.4 and works fine. | |||||
* | --local-filename is removed, so don't parse the option. | Michael DeHaan | 2007-11-09 | 1 | -1/+0 | |
| | ||||||
* | Add cgi permissions config to cobbler.conf | Michael DeHaan | 2007-11-09 | 2 | -2/+8 | |
| | ||||||
* | Release bump + start new changelogs. | Michael DeHaan | 2007-11-08 | 4 | -3/+12 | |
| | ||||||
* | Cobbler xmlrpc auth file needs to be readable by cgi. | Michael DeHaan | 2007-11-08 | 1 | -1/+1 | |
| | ||||||
* | Updates to cobbler.et.redhat.com | Michael DeHaan | 2007-11-07 | 3 | -174/+211 | |
| | ||||||
* | Bump version for release / changelog updates. | Michael DeHaan | 2007-11-07 | 3 | -10/+11 | |
| | ||||||
* | Make copyfile understand that if it can't copy a file to itself it shouldn't | Michael DeHaan | 2007-11-07 | 1 | -2/+5 | |
| | | | | fail the operation. | |||||
* | Temporarily disable the random_mac link in the WebUI because it's not ↵ | Michael DeHaan | 2007-11-07 | 1 | -3/+5 | |
| | | | | multi-interface aware. We have a patch for this, though it depends on other things and I cannot apply it just yet. | |||||
* | Fix an obscure blending corner case that was confusing koan. | Michael DeHaan | 2007-11-06 | 1 | -1/+5 | |
| | ||||||
* | Add Wiki link to home page, which we'll push with 0.6.3 | Michael DeHaan | 2007-11-06 | 1 | -0/+7 | |
| | ||||||
* | Update docs to integrate EL4 users may want to upgrade their yum versions. | Michael DeHaan | 2007-11-06 | 1 | -1/+1 | |
| | ||||||
* | Removing yum-utils as a package requirement because the version in EPEL does ↵ | Michael DeHaan | 2007-11-06 | 3 | -1/+11 | |
| | | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement. | |||||
* | Fix typo in manpage. | Michael DeHaan | 2007-11-06 | 1 | -1/+1 | |
| | ||||||
* | Fix settings display in WebUI | Michael DeHaan | 2007-11-06 | 1 | -0/+4 | |
| | ||||||
* | Fix deference of unused variable. | Michael DeHaan | 2007-11-06 | 2 | -3/+3 | |
| | ||||||
* | Changes to make the overhauled repo templating work with source repositories ↵ | Michael DeHaan | 2007-11-05 | 2 | -17/+14 | |
| | | | | (which are repos found on the installation media during the import process, things like RHEL5's VT repo). | |||||
* | Remove debug code. | Michael DeHaan | 2007-11-05 | 1 | -2/+0 | |
| | ||||||
* | Optimize sync performance by caching the results of calls to "blender". | Michael DeHaan | 2007-11-05 | 2 | -23/+32 | |
| |