summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
...
* Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+1
|
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-0/+3
|
* Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-0/+1
|
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-0/+1
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-0/+12
|
* Fix for comps.xml name changeMichael DeHaan2008-01-091-0/+1
|
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-19/+21
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-0/+1
|
* Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-0/+2
| | | | plans, remove watcher.py reference
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-1/+6
|
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-0/+3
|
* changelogMichael DeHaan2007-12-101-1/+2
|
* Fixes + changelog.Michael DeHaan2007-12-051-0/+2
|
* Quote wget args to avoid creating stray files.Michael DeHaan2007-11-291-0/+3
|
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-0/+5
|
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-141-1/+2
|
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-141-1/+3
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the ↵Michael DeHaan2007-11-131-0/+1
| | | | | | | kickstart base urls in 0.6.3 would be incorrect so only core packages could be used in the kickstart if using $yum_repo_stanza.
* Fix the part that configures yum on the installed machines/etc for when ↵Michael DeHaan2007-11-091-0/+1
| | | | there is only one yum repo as part of the distro.
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ↵Michael DeHaan2007-11-091-0/+1
| | | | | | | fixes to enable repo handling to work better. Repos are no longer symlinked so if a name of a repository is specified that uses a channel, the repo must be named after the channel.Tested with yum-utils 1.0.4 and works fine.
* Release bump + start new changelogs.Michael DeHaan2007-11-081-0/+3
|
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-5/+6
|
* Removing yum-utils as a package requirement because the version in EPEL does ↵Michael DeHaan2007-11-061-0/+1
| | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
* Updated changelog to include new feature.Michael DeHaan2007-11-011-1/+2
|
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-5/+6
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-1/+3
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-0/+3
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Update changelog and spec comments.Michael DeHaan2007-10-111-0/+1
|
* Updated changelog.Michael DeHaan2007-10-101-0/+2
|
* In process of making NICs seperate data structures in cobbler, which ↵Michael DeHaan2007-10-081-1/+2
| | | | | | | requires seperate accessors and templating. This is all to allow multiple NICs in koan. Stil needs changes in sync code and possibly other places.
* Release bump.Michael DeHaan2007-10-081-0/+3
|
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-1/+1
|
* Fix bug where non-lowercase intermediate objects could be deleted, orphaning ↵Michael DeHaan2007-09-271-0/+1
| | | | | | objects below them.
* changelog fixupMichael DeHaan2007-09-241-0/+1
|
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-0/+1
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+3
|
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-1/+1
|
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+1
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-0/+1
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵Michael DeHaan2007-09-071-1/+2
| | | | koan server.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-0/+1
|
* Changelog.Michael DeHaan2007-09-061-0/+1
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-1/+1
| | | | /etc/cobbler/modules.conf
* updated changelogMichael DeHaan2007-09-051-0/+1
|
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-0/+2
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-0/+2
|\ | | | | | | | | | | Conflicts: CHANGELOG
| * changelog + docsroot2007-09-041-0/+1
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+1
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-0/+1
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+3
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.