summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-0/+8
|
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-2/+2
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* Bump release number.Michael DeHaan2007-04-101-1/+1
|
* Add missing directory to setup.pyMichael DeHaan2007-04-041-0/+2
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-021-1/+1
|
* This is 0.4.5Michael DeHaan2007-03-231-1/+1
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-13/+18
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-161-0/+1
|
* Version bump / changelog.Michael DeHaan2007-03-021-1/+1
|
* Have to bump setup.py version also.Michael DeHaan2007-02-201-1/+1
|
* Be a little nicer on file deletes, release housekeeping.Michael DeHaan2007-02-191-1/+1
|
* Fixes to work with older versions of Cheetah, small fix to system delete ↵Michael DeHaan2007-02-191-1/+1
| | | | code so it deletes the right file in kickstarts_sys.
* Unbundling Cheetah.Michael DeHaan2007-02-191-7/+1
|
* Bundle and install menu.c32 for those distros (like RHEL4) that don't ↵Michael DeHaan2007-02-191-0/+1
| | | | package it.
* Bundling Cheetah for backwards compatibility, and associated changes to ↵Michael DeHaan2007-02-191-1/+10
| | | | specfiles/etc.
* Working on adding pxemenu support.Michael DeHaan2007-02-141-1/+0
|
* Further changes related to making cobbler own the directories it's using in ↵Michael DeHaan2007-02-141-1/+23
| | | | | | /var/www and /tftpboot. Plus some minor bugfixes down the error path.
* Preparation for next release.Michael DeHaan2007-01-291-1/+1
|
* Fixing some errors found by rpmlint in the init scripts, as well as some ↵Michael DeHaan2007-01-291-1/+1
| | | | corrections needed to the pre/post service handling needed for cobblersyslogd (per FC-E wiki). Also shortened lines in the description so as to not confuse rpmlint. Some rpmlint noise remains, though IMO, it's just noise at this point.
* release housekeepingMichael DeHaan2007-01-251-1/+1
|
* The fix for the very odd mod_python chokes on older Apache installs with ↵Michael DeHaan2007-01-251-0/+2
| | | | | | | | seemingly no explanation bug -- kickstart tracking will only use syslog for older cobbler servers, and will use both on newer machines (FC5+). Also, convert the mini domU template to use cobbler templating where appropriate.
* 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
|