summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-0/+2
| | | | applies to "cobbler reposync" as well as "cobbler import".
* Added last commit info to changelog.Michael DeHaan2007-04-111-0/+1
|
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-0/+2
| | | | | | | | | | | | | | | | | allows for partial mirroring of RPM content from a yum repository using yumdownloader. An example of this would be wanting to have a local mirror of useful tools from FC6 Extras (cobbler and koan, possibly?) while not pulling down content that just takes up time/space (like 3D games). This will work for http:// and ftp:// repositories, but not RHN at this point. Incidentally this feature doesn't resolve dependencies at this point because yumdownloader is currently broken. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232183 So, for now, give all dependencies for --rpm-list and when yumdownloader gets fixed, the "--resolve" argument can be reinserted and this will be a lot more useful.
* Disable mod_python tracking piece for RHEL5, as it is apparently causingMichael DeHaan2007-04-101-0/+3
| | | | | some problems there. Need to replace it with something more portable. Can consider working in better tracking info at the same time.
* This specfile define is currently pointless and can be removed.Michael DeHaan2007-04-051-1/+1
|
* Doc cleanup.Michael DeHaan2007-04-051-0/+2
|
* Forgot to include details in last commit, so here's the CHANGELOG.Michael DeHaan2007-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | Basically cobbler repo add can now take the following. cobbler repo add --mirror=http://mirrors.kernel.org/fedora/core/updates/6/i386/ --name=fc6i386updates --local-filename=fedora-updates The above syntax also works for FTP. Rather basic. Additionally, there is preliminary support for mirroring content out of RHN. To do this, you will need a entitled/registered RHN system and RHEL >= 5.0. cobbler repo add --name=rhel-i386-server-5 --mirror=rhn://rhel-i386-server-5 Usage of ftp://, http://, and rhn:// (it's not really a protocol, btw), require that yum-utils be installed. yum-utils is the package that provides reposync.
* Added tagsMichael DeHaan2007-04-031-4/+4
|
* Update changelog.Michael DeHaan2007-04-021-1/+2
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-0/+1
|
* Store repo information as a list. This unbreaks --repos on "profile add"Michael DeHaan2007-03-281-0/+4
|
* This is 0.4.5Michael DeHaan2007-03-231-0/+3
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-221-2/+4
| | | | | | | 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-4/+6
| | | | 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/+3
|
* Version bump / changelog.Michael DeHaan2007-03-021-0/+4
|
* Release stuffMichael DeHaan2007-02-281-2/+3
|
* Disabling of anchors in YAML serialization, which makes configuration files ↵Michael DeHaan2007-02-201-0/+1
| | | | | | | | | | much easier to read/edit/understand once disabled. Anchors are basically pointers to pieces of text strings that prevent them from being repeated, but in cobbler, they really don't add any value. For users with configuration files that are still using anchors (&1, *1, etc), running "cobbler reserialize" can remove them once upgraded to this version -- though that is not neccessary.
* Release housekeeping for future version (not now).Michael DeHaan2007-02-201-0/+4
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-0/+3
|
* Fixes to work with older versions of Cheetah, small fix to system delete ↵Michael DeHaan2007-02-191-1/+4
| | | | code so it deletes the right file in kickstarts_sys.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-2/+2
| | | | specfiles/etc.
* A few thingsMichael DeHaan2007-02-161-0/+3
| | | | | | - manpage clarification/correction (including a parameter typo in "cobbler repo add") - don't write the etc/yum.repos.d file if no --local-filename - print out createrepo command for debug purposes (during cobbler import)
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-151-1/+2
|
* Moving back to Cheetah for templatingMichael DeHaan2007-02-131-2/+5
|
* Preparation for next release.Michael DeHaan2007-01-291-0/+3
|
* 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
|