summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel'Michael DeHaan2008-12-19146-2821/+13123
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py
| * Release bumpMichael DeHaan2008-12-193-10/+16
| |
| * Previously we were being clever by using a known file that exists in the ↵Michael DeHaan2008-12-193-16/+21
| | | | | | | | tests (/etc/hosts), but we really shouldn't do that.
| * Fix rpm testsMichael DeHaan2008-12-181-6/+6
| |
| * selinux updates to specfileMichael DeHaan2008-12-181-6/+13
| |
| * (A) move cheetah_macro content to contrib, since we don't want to encourage ↵Michael DeHaan2008-12-183-254/+256
| | | | | | | | usage of any specific macros, especially Perl one liners, which folks should probalby use a CMS... (B) fix podchecker errors (B=jlaska).
| * Move semanage stuff into the RPM; remove logger code that is not used.Michael DeHaan2008-12-182-35/+14
| |
| * Have cobblerd install selinux regexen for semanage instead of doing thingsMichael DeHaan2008-12-182-36/+36
| | | | | | | | on a per file basis, also selinux is disabled when not present.
| * Don't attempt -m on semanage, seems to cause problemsMichael DeHaan2008-12-171-2/+11
| |
| * Make CLI interface edits clear out duplicate fieldsMichael DeHaan2008-12-172-2/+19
| |
| * Have to call semanage to make contexts stickyMichael DeHaan2008-12-171-0/+4
| |
| * Add extra comments to kickstart file to describe what non-snippet sections ↵Michael DeHaan2008-12-173-2/+13
| | | | | | | | do so people can tell where they come from.
| * Move snippet comments aroundroot2008-12-171-2/+2
| |
| * Remove more whitespace from snippetsroot2008-12-174-17/+0
| |
| * More snippet reformattingMichael DeHaan2008-12-171-1/+1
| |
| * Remove pre-spacing from snippet now to make the output more readableMichael DeHaan2008-12-171-56/+56
| |
| * Remove spacing in network config lines to make things more readableMichael DeHaan2008-12-171-87/+1
| |
| * Since the utils.blender() function doesn't use getattr, do this to make ↵Michael DeHaan2008-12-171-2/+3
| | | | | | | | snippet rendering use settings.py defaults when settings aren't present in /etc/cobbler/settings
| * Don't mess with modprobe.conf when it doesn't existMichael DeHaan2008-12-171-1/+9
| |
| * Anton's patch to fix buildisoMichael DeHaan2008-12-172-1/+2
| |
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-12-172-3/+20
| |\
| | * Update the default named template to be more flexible.John Eckersberg2008-12-161-1/+14
| | | | | | | | | | | | Thanks to Jeffrey Ollie!
| | * Allow finer grained control of the BIND zone statements.Jeffrey C. Ollie2008-12-161-2/+6
| | |
| * | remove extra loggingMichael DeHaan2008-12-171-2/+0
| |/
| * Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-12-161-1/+1
| |\
| | * Fix 'cobbler check', the conditional is backwards and the check willJohn Eckersberg2008-12-161-1/+1
| | | | | | | | | | | | look like it's succeeding when really there's errors.
| * | Remove comment about copying since there's been some hardlinking logic for a ↵Michael DeHaan2008-12-161-1/+0
| | | | | | | | | | | | while.
| * | Apply jlaska's patch to allow sync to continue with file copy problems and ↵Michael DeHaan2008-12-161-2/+20
| |/ | | | | | | only fail at the end with an error report.
| * Possible check for unexpectedly named release RPMsMichael DeHaan2008-12-161-0/+4
| |
| * Require genisoimage only for Fedora, use mkisofs for ELMichael DeHaan2008-12-162-0/+5
| |
| * add some comments about virt bridge setupMichael DeHaan2008-12-161-1/+5
| |
| * Enable yum post install mirror by defaultMichael DeHaan2008-12-161-1/+1
| |
| * Make CLI refuse to run with SELinux on EL 4 (EL 5 is fine!)Michael DeHaan2008-12-162-1/+18
| |
| * update changelogMichael DeHaan2008-12-161-0/+2
| |
| * Hardlink/symlink/chcon/restorecon optimizations. Requires EL 5 or higher.Michael DeHaan2008-12-162-58/+173
| |
| * Changes to apply lots of public_content_t to files shared between tftpboot ↵Michael DeHaan2008-12-152-19/+103
| | | | | | | | and /var/www and the source via hardlinks/symlinks/copying/etc
| * Mike McCune's patch to fix the redhat_register snippetMichael DeHaan2008-12-151-1/+1
| |
| * Apply HK's patch to make Ubuntu be a choice in the webapp for distro breedMichael DeHaan2008-12-152-0/+8
| |
| * SELinux can get confused with leaked file descriptors; ensuring we pass ↵Michael DeHaan2008-12-1515-41/+34
| | | | | | | | close_fds=True to any usage of subprocess greatly improves noise from setroubleshoot (and keeps things working when in enforcing mode).
| * Fix image PXEMichael DeHaan2008-12-151-11/+10
| |
| * Be tolerant of arch if not supplied.Michael DeHaan2008-12-152-10/+11
| |
| * genisoimage is now a requirement (due to cobbler buildiso wanting it).Michael DeHaan2008-12-131-0/+1
| |
| * Apply James Laska's yaboot patchMichael DeHaan2008-12-121-0/+8
| |
| * use nameserver in all cases if definedMichael DeHaan2008-12-121-6/+7
| |
| * Add nameservers to ifcfgMichael DeHaan2008-12-121-0/+6
| |
| * Fix restorecon cmd lineMichael DeHaan2008-12-121-1/+1
| |
| * Mention RHN features in the manpage documentation.Michael DeHaan2008-12-111-0/+4
| |
| * Update changelogMichael DeHaan2008-12-111-1/+1
| |
| * Amend changelogMichael DeHaan2008-12-111-1/+0
| |
| * Fix marshalling problem.Michael DeHaan2008-12-112-2/+2
| |