summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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()
* 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.
* | | (A) using http:// or ftp:// for cobbler imports is an error, and (B) allow ↵Michael DeHaan2007-08-162-6/+26
| |/ |/| | | | | imports across symlinks
* | Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-107-109/+446
| | | | | | | | the file in RPM so dnsmasq can read it.
* | changelogMichael DeHaan2007-08-093-2/+9
| |
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-081-0/+3
|\|
| * Yell louder if directory is not present and using --available-as (if not, ↵Michael DeHaan2007-08-071-0/+3
| | | | | | | | rsync will already error out)
* | Fix string processing exception on error path.Michael DeHaan2007-08-081-1/+1
|/
* Only do NFS remangling if nfs://Michael DeHaan2007-08-061-2/+2
|
* Add the non-useful --url line even for NFS, as koan will be lookingMichael DeHaan2007-08-061-1/+1
| | | | for it and needs that data to tell virtinst what to do.
* Make cobbler write out correct NFS directives even when metadataMichael DeHaan2007-08-061-1/+17
| | | | references NFS in URL form.
* Ensure paths are always joined by slashes.Michael DeHaan2007-08-061-1/+4
|
* remove arch rpms from pushMichael DeHaan2007-08-061-1/+1
|
* Adding srpm make targetMichael DeHaan2007-08-032-2/+16
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-039-9/+130
| | | | | | a special function in cobblerd.
* Fix typos in manpageMichael DeHaan2007-08-031-3/+3
|
* CHANGELOGMichael DeHaan2007-08-011-0/+1
|
* Added feature where a network install location can be given to do cobbler ↵Michael DeHaan2007-08-015-51/+153
| | | | | | imports without mirroring. This is explained in the manpage and online docs.
* Missing file.root2007-07-271-0/+72
|
* Fix snippet cache codeMichael DeHaan2007-07-271-1/+1
|
* Changelog + documentation on the new snippet feature.Michael DeHaan2007-07-272-1/+4
|
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-2712-39/+61
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Added -v/--versionMichael DeHaan2007-07-264-0/+29
|
* Description tweaks to RPM/setup.py and changelog updatesMichael DeHaan2007-07-263-14/+19
|
* ChangelogMichael DeHaan2007-07-261-0/+4
|
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-263-0/+24
|
* Added code to detect iptables and mention potential ports to unblock.Michael DeHaan2007-07-261-0/+7
|