summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | CouchDB serializer. Create /etc/cobbler/use.couch to enable. Not forwardMichael DeHaan2009-09-226-27/+58
| | | | | | | | compatible.
* | Initial work on a prototype couchdb serializerMichael DeHaan2009-09-222-0/+219
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-09-227-32/+19
|\
| * Some image-object fixesMichael DeHaan2009-09-183-3/+7
| |
| * Fixed typo in AUTHORSMichael DeHaan2009-09-161-1/+1
| |
| * Update logging to not log AJAX-style event gets (which are frequent)Michael DeHaan2009-09-163-23/+6
| |
| * duplication checks in set_dns/mac/hostname are skipped if the field is emptyPeter Vreman2009-09-161-3/+3
| |
| * dhcpd.conf instead of dhcp.confPeter Vreman2009-09-161-3/+3
| |
* | Build system requires that multiple RPMs in the same spec be the same ↵Michael DeHaan2009-09-171-4/+2
|/ | | | architecture
* Working on keeping the requests for event info from cluttering up the access ↵Michael DeHaan2009-09-151-0/+5
| | | | logs. Note: this does not yet work.
* Version bump for release later on this weekMichael DeHaan2009-09-152-6/+6
|
* Changed typo in the log file nameLeon Flaks2009-09-141-1/+1
|
* Fixed formatting in error messageLeon Flaks2009-09-141-1/+1
|
* Remove debug printMichael DeHaan2009-09-141-2/+0
|
* Add logger to subprocess executionStephan Huiser2009-09-142-1/+2
|
* Remove unused fileMichael DeHaan2009-09-141-83/+0
|
* Disable 'rescue' creation code as it appears to be having some problemsMichael DeHaan2009-09-141-18/+23
| | | | about manipulating other objects?
* Merge commit 'pvreman/master'Michael DeHaan2009-09-1115-211/+261
|\ | | | | | | | | Conflicts: web/cobbler_web/templates/generic_list.tmpl
| * use static-interface instead of specific-interfacePeter Vreman2009-09-091-3/+3
| |
| * css use ids for content groups instead of classesPeter Vreman2009-09-0813-194/+197
| | | | | | | | | | use span onclick for actions in table header and body css use underline for links and actions in tables otherwise none
| * enable sorting of listsPeter Vreman2009-09-082-6/+41
| |
| * add netboot enable with checkbox to system listPeter Vreman2009-09-082-7/+19
| |
| * use cobbler_web/<what>/list instead of ;Peter Vreman2009-09-081-7/+7
| |
* | Fix checkbox display of fields (missing comma)Michael DeHaan2009-09-111-1/+1
| |
* | Suppress "~" listed as distro for subprofilesMichael DeHaan2009-09-111-1/+3
| |
* | Fix profile creation logic such that we don't try to create subprofiles for ↵Michael DeHaan2009-09-112-2/+9
|/ | | | basic profiles
* Fix error message when tftpd config file is not foundMichael DeHaan2009-08-281-5/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-08-283-4/+158
|\
| * Merge commit 'lflaks/master'Michael DeHaan2009-08-273-4/+158
| |\
| | * acls.conf file was removed, but still referenced in MakefileLeon Flaks2009-08-271-2/+0
| | |
| | * Merge branch 'master' of git://github.com/mpdehaan/cobblerLeon Flaks2009-08-253-10/+14
| | |\
| | * \ Merge branch 'master' of git://github.com/mpdehaan/cobblerLeon Flaks2009-08-2413-68/+183
| | |\ \
| | * \ \ Merge branch 'master' of git://github.com/mpdehaan/cobblerLeon Flaks2009-08-213-5/+3
| | |\ \ \
| | * | | | manually edited action_check to resolve merge conflictLeon Flaks2009-08-211-7/+3
| | | | | |
| | * | | | Merge branch 'master' of git://github.com/mpdehaan/cobblerLeon Flaks2009-08-2176-1136/+450
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/action_check.py
| | * | | | | Revert "Fix check for TFTP config file"Leon Flaks2009-08-181-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 285ecf99e22a3e78d0a93ffba92d1530ef346e5a. Conflicts: cobbler/action_check.py
| | * | | | | Merge branch 'master' of git://github.com/mpdehaan/cobblerLeon Flaks2009-08-186-181/+179
| | |\ \ \ \ \
| | * | | | | | action_check was using settings for tftpd_conf that were removed from ↵Leon Flaks2009-08-181-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /etc/cobbler/settings file
| | * | | | | | Merge branch 'master' of git://github.com/mpdehaan/cobblerLeonid Flaks2009-08-172-1/+4
| | |\ \ \ \ \ \
| | * | | | | | | Corrected path to tftp in /etc/xinetd.d/Leonid Flaks2009-08-141-1/+1
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of git://github.com/mpdehaan/cobblerLeonid Flaks2009-08-148-213/+218
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of git://github.com/mpdehaan/cobblerLeonid Flaks2009-08-125-1/+8
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of git://github.com/mpdehaan/cobblerLeonid Flaks2009-08-1120-388/+195
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added new snippet keep_files, which should supersede other similar snippets.Leonid Flaks2009-08-051-0/+156
| | | | | | | | | | | |
* | | | | | | | | | | | Merge commit 'shenson/rsync'Michael DeHaan2009-08-263-10/+23
|\| | | | | | | | | | |
| * | | | | | | | | | | Check if the parent exists, if it doesn't, make it.Scott Henson2009-08-251-1/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Go back to the remote side to get the distro instead of looping over ↵Scott Henson2009-08-251-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote_data. This is messy, I may just fix the distro on the replicate side
| * | | | | | | | | | | Maybe this?Scott Henson2009-08-251-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Have to specify distroScott Henson2009-08-251-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Seems more appropriate to use the must_include datastructureScott Henson2009-08-251-2/+2
| | | | | | | | | | | |