summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding cobbler syslog serviceMichael DeHaan2007-01-221-2/+6
|
* Preparation for next release (when ready)Michael DeHaan2007-01-191-1/+1
|
* Removing logrotation and keeping logs in seperate directory files, so we can ↵Michael DeHaan2007-01-041-7/+7
| | | | | | do smart things about deleting entries that are older. (alikins suggestion).
* RPM builds cleanMichael DeHaan2007-01-021-1/+1
|
* Logrotate and setup.py editsmdehaan@mdehaan.rdu.redhat.com2007-01-021-8/+12
|
* Add code to minimize times when httpd is restarted during cobbler sync, plus ↵Michael DeHaan2006-12-211-3/+3
| | | | changelog cleanup.
* distutils version++Michael DeHaan2006-12-181-1/+1
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-1/+2
|
* Manpage cleanup (for next release, TBA).Michael DeHaan2006-11-141-1/+1
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-141-1/+1
| | | | | | preserve /tftpboot for other potential uses.
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-271-0/+1
| | | | | service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
* Merge 250:d618f20959afDavid Lutterkort2006-10-271-1/+1
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-3/+3
|
* URL updateMichael DeHaan2006-10-181-1/+1
|
* Bumping rev's for later release.Michael DeHaan2006-10-181-1/+1
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-1/+1
|
* Bumping rev for no-Cheetah build.Michael DeHaan2006-10-171-1/+1
|
* Preparation for 2.5.1Michael DeHaan2006-10-161-1/+1
|
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-131-0/+1
| | | | kickstart files and assign them for distributions that we know how to minimally kickstart.
* Preparing for next release, fixed typo in dhcp message.Michael DeHaan2006-10-111-1/+1
|
* Version increase & release housekeeping.Michael DeHaan2006-10-091-1/+1
|
* Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.Michael DeHaan2006-10-061-1/+1
|
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-1/+1
| | | | - Fixed changelogs to include user/email
* Add cobbler /var/www directory to RPMMichael DeHaan2006-09-251-0/+2
|
* Adding CHANGELOG (not checked in earlier), bumping version forMichael DeHaan2006-09-221-1/+1
| | | | | new dhcp.conf release which is a pretty big feature (still needs testing so no public release yet).
* Package elilo for IA64Michael DeHaan2006-09-221-1/+3
|
* Added dhcp.template to RPMMichael DeHaan2006-09-211-2/+3
|
* action_sync now outputs kickstart_sys files in PXE-encoded format for ↵Michael DeHaan2006-07-131-1/+1
| | | | | | | consistancy Fixed setup.py version trailing spaces
* Add yaml directory to setup.pyMichael DeHaan2006-07-111-1/+1
|
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-051-2/+0
| | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-051-0/+2
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* packages should be enough hereMihai Ibanescu2006-05-041-2/+1
|
* Add setup.pyMichael DeHaan2006-05-041-0/+35