summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* tags + specfileMichael DeHaan2007-03-221-0/+1
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-1/+1
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-2/+4
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-161-0/+1
|
* Version bump / changelog.Michael DeHaan2007-03-021-1/+4
|
* Release stuffMichael DeHaan2007-02-281-1/+1
|
* sseago's patch to set_kernel_options, plus some additional error handling ↵Michael DeHaan2007-02-271-0/+1
| | | | | | around kernel options processing. Plus some manpage/NEWS updates.
* Remove line continuations from description, as RPM doesn't have line ↵Michael DeHaan2007-02-211-8/+8
| | | | continuations.
* Release housekeeping for future version (not now).Michael DeHaan2007-02-201-1/+4
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-1/+5
|
* Unbundling Cheetah.Michael DeHaan2007-02-191-7/+2
|
* Bundle and install menu.c32 for those distros (like RHEL4) that don't ↵Michael DeHaan2007-02-191-2/+6
| | | | package it.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-4/+10
| | | | specfiles/etc.
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-151-3/+3
|
* Working on adding pxemenu support.Michael DeHaan2007-02-141-1/+0
|
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-1/+13
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.
* Run check in post to ensure cobbler tree setup, such that ↵mdehaan@mdehaan.rdu.redhat.com2007-02-141-1/+1
| | | | distros/systems/profiles can be added immediately, without the need to run "sync" to create the base directories.
* Manpage changesMichael DeHaan2007-02-131-0/+2
|
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-2/+4
|
* Preparation for next release.Michael DeHaan2007-01-291-1/+4
|
* Fixing some errors found by rpmlint in the init scripts, as well as some ↵Michael DeHaan2007-01-291-4/+28
| | | | corrections needed to the pre/post service handling needed for cobblersyslogd (per FC-E wiki). Also shortened lines in the description so as to not confuse rpmlint. Some rpmlint noise remains, though IMO, it's just noise at this point.
* release housekeepingMichael DeHaan2007-01-251-1/+1
|
* glob the syslog, not the kicklog, for older systems that don't write the ↵Michael DeHaan2007-01-251-0/+3
| | | | | | kicklog entry based on the mod_python issues with old Apaches that was addressed in 0.3.7.
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-1/+7
| | | | | | | | seemingly no explanation bug -- kickstart tracking will only use syslog for older cobbler servers, and will use both on newer machines (FC5+). Also, convert the mini domU template to use cobbler templating where appropriate.
* Adding cobbler syslog serviceMichael DeHaan2007-01-221-1/+11
|
* Preparation for next release (when ready)Michael DeHaan2007-01-191-1/+4
|
* Removing logrotation and keeping logs in seperate directory files, so we can ↵Michael DeHaan2007-01-041-2/+1
| | | | | | do smart things about deleting entries that are older. (alikins suggestion).
* RPM builds cleanMichael DeHaan2007-01-021-4/+2
|
* Package logrotate scriptMichael DeHaan2007-01-021-0/+2
|
* Spec file packaging and changelog for new kickstart tracking code.Michael DeHaan2007-01-021-0/+4
|
* Add watcher script to RPM.Michael DeHaan2007-01-021-0/+1
|
* Tweaking specfile and manpage.mdehaan@mdehaan.rdu.redhat.com2007-01-021-1/+1
|
* Add code to minimize times when httpd is restarted during cobbler sync, plus ↵Michael DeHaan2006-12-211-3/+8
| | | | changelog cleanup.
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-211-1/+2
|
* Fix bug in import pathsMichael DeHaan2006-12-181-1/+1
|
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-131-1/+6
| | | | | | | | First, fixed an import bug in orphan detection. Other features are related to running createrepo after a partial rsync to create nicer repos, and shipping a more strict rsync.excludes file by default. Note that the createrepo change still needs to be applied to the "cobbler reposync" command, which works outside of import.
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+1
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-1/+2
|
* Don't rsync ISO or PPC content on cobbler import -- saves time and bandwidth.Michael DeHaan2006-12-041-1/+1
|
* Pre-release CHANGELOG mods. More to be added later, most likely. Manpage ↵Michael DeHaan2006-12-011-1/+1
| | | | updates don't warrant release yet.
* Manpage cleanup (for next release, TBA).Michael DeHaan2006-11-141-1/+4
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-141-1/+4
| | | | | | preserve /tftpboot for other potential uses.
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-271-1/+2
| | | | | service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
* Merge 250:d618f20959afDavid Lutterkort2006-10-271-1/+4
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-7/+17
|
* Bumping rev's for later release.Michael DeHaan2006-10-181-1/+4
|
* Fixes to reboot code, upgrades to enchant, ready for release of RHEL4 ↵Michael DeHaan2006-10-171-0/+1
| | | | compatible version.
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-2/+4
|
* Fixing CHANGELOGMichael DeHaan2006-10-171-1/+1
|
* Bumping rev for no-Cheetah build.Michael DeHaan2006-10-171-2/+4
|