Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' | Michael DeHaan | 2008-12-19 | 146 | -2821/+13123 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py | ||||
| * | Release bump | Michael DeHaan | 2008-12-19 | 3 | -10/+16 |
| | | |||||
| * | Previously we were being clever by using a known file that exists in the ↵ | Michael DeHaan | 2008-12-19 | 3 | -16/+21 |
| | | | | | | | | tests (/etc/hosts), but we really shouldn't do that. | ||||
| * | Fix rpm tests | Michael DeHaan | 2008-12-18 | 1 | -6/+6 |
| | | |||||
| * | selinux updates to specfile | Michael DeHaan | 2008-12-18 | 1 | -6/+13 |
| | | |||||
| * | (A) move cheetah_macro content to contrib, since we don't want to encourage ↵ | Michael DeHaan | 2008-12-18 | 3 | -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 DeHaan | 2008-12-18 | 2 | -35/+14 |
| | | |||||
| * | Have cobblerd install selinux regexen for semanage instead of doing things | Michael DeHaan | 2008-12-18 | 2 | -36/+36 |
| | | | | | | | | on a per file basis, also selinux is disabled when not present. | ||||
| * | Don't attempt -m on semanage, seems to cause problems | Michael DeHaan | 2008-12-17 | 1 | -2/+11 |
| | | |||||
| * | Make CLI interface edits clear out duplicate fields | Michael DeHaan | 2008-12-17 | 2 | -2/+19 |
| | | |||||
| * | Have to call semanage to make contexts sticky | Michael DeHaan | 2008-12-17 | 1 | -0/+4 |
| | | |||||
| * | Add extra comments to kickstart file to describe what non-snippet sections ↵ | Michael DeHaan | 2008-12-17 | 3 | -2/+13 |
| | | | | | | | | do so people can tell where they come from. | ||||
| * | Move snippet comments around | root | 2008-12-17 | 1 | -2/+2 |
| | | |||||
| * | Remove more whitespace from snippets | root | 2008-12-17 | 4 | -17/+0 |
| | | |||||
| * | More snippet reformatting | Michael DeHaan | 2008-12-17 | 1 | -1/+1 |
| | | |||||
| * | Remove pre-spacing from snippet now to make the output more readable | Michael DeHaan | 2008-12-17 | 1 | -56/+56 |
| | | |||||
| * | Remove spacing in network config lines to make things more readable | Michael DeHaan | 2008-12-17 | 1 | -87/+1 |
| | | |||||
| * | Since the utils.blender() function doesn't use getattr, do this to make ↵ | Michael DeHaan | 2008-12-17 | 1 | -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 exist | Michael DeHaan | 2008-12-17 | 1 | -1/+9 |
| | | |||||
| * | Anton's patch to fix buildiso | Michael DeHaan | 2008-12-17 | 2 | -1/+2 |
| | | |||||
| * | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2008-12-17 | 2 | -3/+20 |
| |\ | |||||
| | * | Update the default named template to be more flexible. | John Eckersberg | 2008-12-16 | 1 | -1/+14 |
| | | | | | | | | | | | | Thanks to Jeffrey Ollie! | ||||
| | * | Allow finer grained control of the BIND zone statements. | Jeffrey C. Ollie | 2008-12-16 | 1 | -2/+6 |
| | | | |||||
| * | | remove extra logging | Michael DeHaan | 2008-12-17 | 1 | -2/+0 |
| |/ | |||||
| * | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into devel | Michael DeHaan | 2008-12-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix 'cobbler check', the conditional is backwards and the check will | John Eckersberg | 2008-12-16 | 1 | -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 DeHaan | 2008-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | while. | ||||
| * | | Apply jlaska's patch to allow sync to continue with file copy problems and ↵ | Michael DeHaan | 2008-12-16 | 1 | -2/+20 |
| |/ | | | | | | | only fail at the end with an error report. | ||||
| * | Possible check for unexpectedly named release RPMs | Michael DeHaan | 2008-12-16 | 1 | -0/+4 |
| | | |||||
| * | Require genisoimage only for Fedora, use mkisofs for EL | Michael DeHaan | 2008-12-16 | 2 | -0/+5 |
| | | |||||
| * | add some comments about virt bridge setup | Michael DeHaan | 2008-12-16 | 1 | -1/+5 |
| | | |||||
| * | Enable yum post install mirror by default | Michael DeHaan | 2008-12-16 | 1 | -1/+1 |
| | | |||||
| * | Make CLI refuse to run with SELinux on EL 4 (EL 5 is fine!) | Michael DeHaan | 2008-12-16 | 2 | -1/+18 |
| | | |||||
| * | update changelog | Michael DeHaan | 2008-12-16 | 1 | -0/+2 |
| | | |||||
| * | Hardlink/symlink/chcon/restorecon optimizations. Requires EL 5 or higher. | Michael DeHaan | 2008-12-16 | 2 | -58/+173 |
| | | |||||
| * | Changes to apply lots of public_content_t to files shared between tftpboot ↵ | Michael DeHaan | 2008-12-15 | 2 | -19/+103 |
| | | | | | | | | and /var/www and the source via hardlinks/symlinks/copying/etc | ||||
| * | Mike McCune's patch to fix the redhat_register snippet | Michael DeHaan | 2008-12-15 | 1 | -1/+1 |
| | | |||||
| * | Apply HK's patch to make Ubuntu be a choice in the webapp for distro breed | Michael DeHaan | 2008-12-15 | 2 | -0/+8 |
| | | |||||
| * | SELinux can get confused with leaked file descriptors; ensuring we pass ↵ | Michael DeHaan | 2008-12-15 | 15 | -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 PXE | Michael DeHaan | 2008-12-15 | 1 | -11/+10 |
| | | |||||
| * | Be tolerant of arch if not supplied. | Michael DeHaan | 2008-12-15 | 2 | -10/+11 |
| | | |||||
| * | genisoimage is now a requirement (due to cobbler buildiso wanting it). | Michael DeHaan | 2008-12-13 | 1 | -0/+1 |
| | | |||||
| * | Apply James Laska's yaboot patch | Michael DeHaan | 2008-12-12 | 1 | -0/+8 |
| | | |||||
| * | use nameserver in all cases if defined | Michael DeHaan | 2008-12-12 | 1 | -6/+7 |
| | | |||||
| * | Add nameservers to ifcfg | Michael DeHaan | 2008-12-12 | 1 | -0/+6 |
| | | |||||
| * | Fix restorecon cmd line | Michael DeHaan | 2008-12-12 | 1 | -1/+1 |
| | | |||||
| * | Mention RHN features in the manpage documentation. | Michael DeHaan | 2008-12-11 | 1 | -0/+4 |
| | | |||||
| * | Update changelog | Michael DeHaan | 2008-12-11 | 1 | -1/+1 |
| | | |||||
| * | Amend changelog | Michael DeHaan | 2008-12-11 | 1 | -1/+0 |
| | | |||||
| * | Fix marshalling problem. | Michael DeHaan | 2008-12-11 | 2 | -2/+2 |
| | |