summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing some errors found by rpmlint in the init scripts, as well as some ↵Michael DeHaan2007-01-291-0/+6
| | | | 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.
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-1/+6
| | | | | | | | 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/+3
|
* Preparation for next release (when ready)Michael DeHaan2007-01-191-0/+3
|
* Adding logrotate fileMichael DeHaan2007-01-021-0/+1
|
* Enable locking feature.Michael DeHaan2006-12-221-0/+1
|
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-0/+1
| | | | | Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server.
* Changelog update.Michael DeHaan2006-12-211-1/+6
|
* Add code to minimize times when httpd is restarted during cobbler sync, plus ↵Michael DeHaan2006-12-211-16/+19
| | | | changelog cleanup.
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-211-1/+1
|
* Added "clobber" alias for enchant/transmogrify (alikins made me do it).Michael DeHaan2006-12-201-0/+1
|
* Changelog, + fix wget arguments for repo install.mdehaan@mdehaan.rdu.redhat.com2006-12-201-0/+1
|
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-2/+2
|
* Changelog.Michael DeHaan2006-12-201-0/+1
|
* Changelog.Michael DeHaan2006-12-181-0/+1
|
* Fix bug in import pathsMichael DeHaan2006-12-181-1/+2
|
* ChangelogMichael DeHaan2006-12-141-0/+1
|
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-131-0/+7
| | | | | | | | 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.
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-1/+1
|
* Don't rsync ISO or PPC content on cobbler import -- saves time and bandwidth.Michael DeHaan2006-12-041-1/+2
|
* 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-0/+3
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-141-0/+5
| | | | | | preserve /tftpboot for other potential uses.
* Merge 250:d618f20959afDavid Lutterkort2006-10-271-0/+3
|
* Merge 247:06e34f3b1f36David Lutterkort2006-10-261-0/+1
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-2/+21
|
* Merge latestDavid Lutterkort2006-10-231-25/+2
|\
* | Changelogs and rev increase for later release (not now).Michael DeHaan2006-10-261-0/+3
| |
* | Updated CHANGELOGMichael DeHaan2006-10-251-0/+1
| |
* | Release preparation.Michael DeHaan2006-10-251-0/+8
| |
* | Update descriptions.mdehaan@mdehaan.rdu.redhat.com2006-10-251-1/+1
| |
* | changelog updateMichael DeHaan2006-10-241-0/+3
| |
* | Cobbler now assigns a default.ks file (which is by default blank) toMichael DeHaan2006-10-241-0/+1
| | | | | | | | | | | | | | | | all profiles created without a kickstart file. This allows kickstarts to be auto-assigned during import if the kickstart guessing code fails, and usually an admin can (if desired) create a good default kickstart. To avoid making the wrong decisions about hard drives, the default.ks file is originally blank.
* | Reload httpd during syncMichael DeHaan2006-10-241-0/+3
| |
* | Updated manpage and changelogMichael DeHaan2006-10-241-1/+5
| |
* | CHANGELOG update for future release.Michael DeHaan2006-10-231-0/+3
|/
* updated TODOMichael DeHaan2006-10-181-0/+1
|
* Bumping rev's for later release.Michael DeHaan2006-10-181-0/+3
|
* 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-0/+4
|
* Bumping rev for no-Cheetah build.Michael DeHaan2006-10-171-0/+4
|
* Preparation for 2.5.1Michael DeHaan2006-10-161-0/+6
|
* Include *.ks in specfile and fix rpmlint complaining about macro in doc section.Michael DeHaan2006-10-161-1/+1
| | | | Updated AUTHORS.
* Trailing whitespace.Michael DeHaan2006-10-161-2/+2
|
* Consistant ThursdaysMichael DeHaan2006-10-161-2/+2
|
* Initial code behind an import feature for directory trees, i.e. to transform ↵Michael DeHaan2006-10-121-0/+1
| | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly.
* Preparing for next release, fixed typo in dhcp message.Michael DeHaan2006-10-111-0/+3
|
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-0/+2
| | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines
* Version increase & release housekeeping.Michael DeHaan2006-10-091-0/+4
|
* Update CHANGELOGMichael DeHaan2006-10-061-0/+1
|