summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Removing logrotation and keeping logs in seperate directory files, so we can ...Michael DeHaan2007-01-041-5/+6
* Further work on kickstart tracking.mdehaan@mdehaan.rdu.redhat.com2007-01-041-13/+81
* It's easier to generate reports with just one hash.mdehaan@mdehaan.rdu.redhat.com2007-01-041-8/+4
* Don't show tracebacks for Ctrl+C.mdehaan@mdehaan.rdu.redhat.com2007-01-041-0/+3
* Only calculate stats on certain URLs for more accurate reporting.Michael DeHaan2007-01-031-4/+9
* Remove stray argument.Michael DeHaan2007-01-031-1/+1
* Upgrade httpd config for upgrades getting 0.3.6 so they can use kickstartMichael DeHaan2007-01-031-7/+9
* Update URL's used in profiles so they get tracked, but profile lists (via koa...Michael DeHaan2007-01-031-5/+6
* Back out start changes, as start can be determined by first file request if w...Michael DeHaan2007-01-031-9/+4
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-034-25/+119
* Track all image files so we can see the stage2 xfer.Michael DeHaan2007-01-031-1/+1
* Add FollowSymLinks option to httpd config, so that I can link to testMichael DeHaan2007-01-031-1/+1
* TODO and --help updatesmdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+2
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-033-5/+65
* Log when kickstart files are requested.mdehaan@mdehaan.rdu.redhat.com2007-01-021-0/+1
* Renaming the kickstart_done portion and also not serving up the watcher's sou...mdehaan@mdehaan.rdu.redhat.com2007-01-021-0/+9
* Add additional Apache configuration to /etc/httpd/conf.d/cobblerMichael DeHaan2007-01-021-0/+8
* Don't delete python files placed in /var/www/cobbler.Michael DeHaan2007-01-021-1/+2
* Fix bug in locking mechanism.Michael DeHaan2006-12-221-1/+3
* Enable locking feature.Michael DeHaan2006-12-221-1/+1
* Be even more strict about --virt parameter processing on enchant to preventMichael DeHaan2006-12-221-5/+3
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-4/+4
* Remove xen package install, it should already be there. (libvirt-python sho...mdehaan@mdehaan.rdu.redhat.com2006-12-221-3/+4
* Allow "cobbler enchant" commands to also remotely install Xen on systems in t...Michael DeHaan2006-12-223-10/+33
* Always pass args to functions in main body.Michael DeHaan2006-12-211-4/+4
* "cobbler repo sync" is the same as "cobbler reposync"Michael DeHaan2006-12-211-1/+2
* Allow report to be invoked in subject verb form.Michael DeHaan2006-12-211-18/+38
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-215-31/+35
* cobbler list now keeps results sorted.Michael DeHaan2006-12-211-0/+1
* Added a new abbreviated (list) command and longer (report) command.mdehaan@mdehaan.rdu.redhat.com2006-12-211-4/+40
* Add code to minimize times when httpd is restarted during cobbler sync, plus ...Michael DeHaan2006-12-211-8/+35
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-211-1/+0
* Don't clobber the repo setting.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
* Hack to deal with not caching SSH known hosts values.mdehaan@mdehaan.rdu.redhat.com2006-12-202-2/+17
* Added "clobber" alias for enchant/transmogrify (alikins made me do it).Michael DeHaan2006-12-201-0/+1
* Disable strict host key checking for enchant/transmogrify.Michael DeHaan2006-12-201-1/+1
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-204-9/+13
* Changelog, + fix wget arguments for repo install.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-204-13/+9
* Fix problem where settings of xen_ variables if not present clobber virt_ var...Michael DeHaan2006-12-201-9/+2
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-181-0/+1
* Typo.mdehaan@mdehaan.rdu.redhat.com2006-12-181-2/+2
* Ensure repo type is converted to a list if not already a list.Michael DeHaan2006-12-181-2/+6
* Fix bug in import pathsMichael DeHaan2006-12-181-1/+1
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-153-16/+1
* Add some rudimentary ability for "cobbler import" to get kickstart trees from...Michael DeHaan2006-12-141-17/+26
* Remaining parts of integrating yum.repos.d file configuration with repo mirro...Michael DeHaan2006-12-132-3/+20
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ...Michael DeHaan2006-12-134-13/+60
* Fix update script, though replacing the update script with reposync (and gene...Michael DeHaan2006-12-131-2/+4
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-131-10/+31