summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-042-0/+13
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-052-1/+2
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-318-22/+67
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
|
* Not using NEWS file anymore.Michael DeHaan2007-08-303-23/+2
|
* Getting ready for release of 0.6.1. Bumped release to -2 for thoseMichael DeHaan2007-08-302-3/+3
| | | | that have built from source previously.
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-292-10/+7
|
* So it /is/ resolve.Michael DeHaan2007-08-281-1/+1
|
* Fix logic in repo name creationMichael DeHaan2007-08-281-1/+1
|
* --desolvedeps not --resolveMichael DeHaan2007-08-282-1/+2
|
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-282-4/+13
| | | | files by replacing $variable with @@variable@@.
* Fix reposync if using rsync as a source and paths don't contain an archMichael DeHaan2007-08-282-3/+3
|
* Fix typo in manpage.Michael DeHaan2007-08-282-1/+2
|
* Fix format stringMichael DeHaan2007-08-281-9/+1
|
* Apparently this command doesn't work everywhere.root2007-08-273-3/+0
|
* ChangelogMichael DeHaan2007-08-271-0/+1
|
* Fix bug in repo evaluation with inherited subprofiles.root2007-08-274-17/+32
|
* Fix bug with upward/downward propogation of array content when using ↵Michael DeHaan2007-08-273-3/+57
| | | | inheritance.
* Capture stderr from avahi-publish-service so it doesn't print itselfMichael DeHaan2007-08-271-1/+2
| | | | over the login prompt.
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-2710-19/+137
|\ | | | | | | | | | | Conflicts: CHANGELOG
| * Changelog.Michael DeHaan2007-08-231-0/+3
| |
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-232-0/+2
| |\
| * | Minimal kickstart needs wget so it can pull files in during post.Michael DeHaan2007-08-231-0/+1
| | |
| * | Some code to fix a reference issue that allowed for hash value propogation ↵Michael DeHaan2007-08-237-26/+38
| | | | | | | | | | | | | | | | | | | | | up the graph, in ksmeta and possibly kopts. Also added some code to check to make sure an object of the wrong type never gets added to the wrong collection.
| * | Make httpd config config(noreplace) so we don't overwrite on upgradesMichael DeHaan2007-08-221-1/+1
| | |
| * | Added some tests to detect whether profile inheritance works correctly.Michael DeHaan2007-08-221-5/+107
| | | | | | | | | | | | Also adds some tests that exercise utils.blender()
* | | Ignore subdirectories found in /var/lib/cobbler/snippetsMichael DeHaan2007-08-272-1/+4
| |/ |/|
* | The much requested change to make the XMLRPC server not log to the console. ↵Michael DeHaan2007-08-212-0/+2
|/ | | | | | IMHO, this should be off by default, but ah well :)
* Bugfixing for deleting systems that are not named after MAC addresses.Michael DeHaan2007-08-212-6/+8
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-214-2/+7
|\
| * User reports in some situations %pre is being executed twice. To me, thisMichael DeHaan2007-08-211-1/+1
| | | | | | | | | | seems very odd, but this is the reported workaround -- either way, it will not hurt things.
| * Adding zeroconf to changelogMichael DeHaan2007-08-203-1/+6
| |
* | Also check mac address against None prior to adding dhcp entry for systemMichael DeHaan2007-08-211-2/+3
| | | | | | | | that is not named after a mac address.
* | Patch to allow snippets to be commented out in kickstart templatesroot2007-08-211-2/+7
|/
* Added language settings to the default templates to avoid prompting. This ↵Michael DeHaan2007-08-173-0/+3
| | | | doesn't seem to be a problem in most distros but pops up in some.
* Added Avahi docsMichael DeHaan2007-08-171-19/+4
|
* Publish cobblerd under avahi if avahi-tools is installedMichael DeHaan2007-08-171-4/+25
|
* More work on init scripts, updated changelogMichael DeHaan2007-08-171-1/+4
|
* More work on init scriptsMichael DeHaan2007-08-171-3/+2
|
* Improve cobbler init scriptsMichael DeHaan2007-08-172-46/+40
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-1621-84/+165
|\
| * If the cobbler system name is not in the Cobbler DB then just show the IP.Michael DeHaan2007-08-151-2/+5
| |
| * Ben's fix to cobbler statusMichael DeHaan2007-08-151-3/+3
| |
| * Add Ben to authors file.Michael DeHaan2007-08-151-0/+1
| |
| * Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-1516-77/+148
| | | | | | | | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
| * Release bumpMichael DeHaan2007-08-133-3/+10
| |
| * Re-enable --resolve for yumdownloader since it works now (at leastMichael DeHaan2007-08-131-4/+3
| | | | | | | | in some places).
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-139-112/+456
| |\
| * | Fix for API function -- koan is not currently using it but weMichael DeHaan2007-08-131-1/+1
| | | | | | | | | | | | want it fixed anyway.