Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Logrotate and setup.py edits | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 2 | -9/+13 | |
| | ||||||
* | Package logrotate script | Michael DeHaan | 2007-01-02 | 2 | -0/+3 | |
| | ||||||
* | Adding logrotate file | Michael DeHaan | 2007-01-02 | 2 | -0/+8 | |
| | ||||||
* | Spec file packaging and changelog for new kickstart tracking code. | Michael DeHaan | 2007-01-02 | 1 | -0/+4 | |
| | ||||||
* | Don't delete python files placed in /var/www/cobbler. | Michael DeHaan | 2007-01-02 | 1 | -1/+2 | |
| | ||||||
* | Add watcher script to RPM. | Michael DeHaan | 2007-01-02 | 2 | -0/+3 | |
| | ||||||
* | Adding preliminary logger for kickstart activity. | Michael DeHaan | 2007-01-02 | 1 | -0/+45 | |
| | ||||||
* | Tweaking specfile and manpage. | mdehaan@mdehaan.rdu.redhat.com | 2007-01-02 | 2 | -2/+2 | |
| | ||||||
* | Fix bug in locking mechanism. | Michael DeHaan | 2006-12-22 | 1 | -1/+3 | |
| | ||||||
* | Enable locking feature. | Michael DeHaan | 2006-12-22 | 2 | -1/+2 | |
| | ||||||
* | Be even more strict about --virt parameter processing on enchant to prevent | Michael DeHaan | 2006-12-22 | 1 | -5/+3 | |
| | | | | accidental re-provisioning of main OS. | |||||
* | Manpage + CHANGELOGs | Michael DeHaan | 2006-12-22 | 3 | -6/+12 | |
| | | | | | Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server. | |||||
* | Remove xen package install, it should already be there. (libvirt-python ↵ | mdehaan@mdehaan.rdu.redhat.com | 2006-12-22 | 1 | -3/+4 | |
| | | | | | | should be too, but we're playing it safe). | |||||
* | Allow "cobbler enchant" commands to also remotely install Xen on systems in ↵ | Michael DeHaan | 2006-12-22 | 3 | -10/+33 | |
| | | | | | | | the same way the command already supported destructive re-provisioning. Syntax is "cobbler enchant --address=foo --profile=foo --virt=yes" or "--system=foo" can replace "--profile" if you want to set the Xen mac address and so forth. | |||||
* | Manpage tweaks | Michael DeHaan | 2006-12-21 | 1 | -3/+3 | |
| | ||||||
* | Changelog update. | Michael DeHaan | 2006-12-21 | 1 | -1/+6 | |
| | ||||||
* | Always pass args to functions in main body. | Michael DeHaan | 2006-12-21 | 1 | -4/+4 | |
| | ||||||
* | "cobbler repo sync" is the same as "cobbler reposync" | Michael DeHaan | 2006-12-21 | 1 | -1/+2 | |
| | ||||||
* | Allow report to be invoked in subject verb form. | Michael DeHaan | 2006-12-21 | 1 | -18/+38 | |
| | ||||||
* | Cobbler report commands are now sorted also. | Michael DeHaan | 2006-12-21 | 5 | -31/+35 | |
| | ||||||
* | cobbler list now keeps results sorted. | Michael DeHaan | 2006-12-21 | 1 | -0/+1 | |
| | ||||||
* | Added a new abbreviated (list) command and longer (report) command. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-21 | 2 | -7/+48 | |
| | | | | List now invokable in subject-verb form also (cobbler system list, etc). | |||||
* | Add code to minimize times when httpd is restarted during cobbler sync, plus ↵ | Michael DeHaan | 2006-12-21 | 4 | -30/+65 | |
| | | | | changelog cleanup. | |||||
* | Add usability suggestions from mailing list to TODO file. | Michael DeHaan | 2006-12-21 | 1 | -0/+9 | |
| | ||||||
* | Python 2.5 for FC7/devel requires BuildRequires: python-devel | Michael DeHaan | 2006-12-21 | 3 | -3/+3 | |
| | ||||||
* | Don't clobber the repo setting. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Hack to deal with not caching SSH known hosts values. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 2 | -2/+17 | |
| | ||||||
* | Added "clobber" alias for enchant/transmogrify (alikins made me do it). | Michael DeHaan | 2006-12-20 | 2 | -0/+2 | |
| | ||||||
* | Disable strict host key checking for enchant/transmogrify. | Michael DeHaan | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Keep repo representation as strings. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 5 | -9/+14 | |
| | | | | | Also, add trailing / to rsync URL's to always to prevent user mistakes, which allows us to know where the repomd data files are. | |||||
* | Add rsync example to manpage. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Changelog, + fix wget arguments for repo install. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-20 | 2 | -1/+2 | |
| | ||||||
* | Rsync mirrors shouldn't use SSH. | Michael DeHaan | 2006-12-20 | 6 | -17/+13 | |
| | ||||||
* | Changelog. | Michael DeHaan | 2006-12-20 | 1 | -0/+1 | |
| | ||||||
* | Fix problem where settings of xen_ variables if not present clobber virt_ ↵ | Michael DeHaan | 2006-12-20 | 1 | -9/+2 | |
| | | | | variables (backwards compatibility code problem). | |||||
* | Changelog. | Michael DeHaan | 2006-12-18 | 1 | -0/+1 | |
| | ||||||
* | (1) Fixing apparent path creation problem, which might not be a problem. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-18 | 2 | -1/+2 | |
| | | | | | (2) Undocumenting dryrun, since it doesn't really need to exist as the output data isn't that useful as it doesn't offer full coverage (that, and it's unmaintained). The orphan scrub operation ("cobbler clobber"?) may get some of this functionality. | |||||
* | Typo. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-18 | 1 | -2/+2 | |
| | ||||||
* | Ensure repo type is converted to a list if not already a list. | Michael DeHaan | 2006-12-18 | 1 | -2/+6 | |
| | ||||||
* | Fix bug in import paths | Michael DeHaan | 2006-12-18 | 3 | -3/+4 | |
| | ||||||
* | distutils version++ | Michael DeHaan | 2006-12-18 | 1 | -1/+1 | |
| | ||||||
* | Lots of needed doc updates on the repo management hooks. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-15 | 4 | -29/+150 | |
| | | | | | | Accidentally clobbered some of the /usr/bin/reposync using code in "cobbler reposync", so it's back to just rsync for now. Will keep it this way (because it's much simpler) unless there are a decent amount of requests. | |||||
* | Changelog | Michael DeHaan | 2006-12-14 | 1 | -0/+1 | |
| | ||||||
* | Manpage cleanup | Michael DeHaan | 2006-12-14 | 1 | -6/+2 | |
| | ||||||
* | Add some rudimentary ability for "cobbler import" to get kickstart trees ↵ | Michael DeHaan | 2006-12-14 | 1 | -17/+26 | |
| | | | | | | | | from http. This uses wget right now, and is rather lame. Wget gets confused and can easily end up mirroring all of the mirror, and with --no-parent on, usually mirrors hardly anything. Repo mirroring, should we also support http, will not do it this way. | |||||
* | Updated TODO | mdehaan@mdehaan.rdu.redhat.com | 2006-12-13 | 1 | -12/+23 | |
| | ||||||
* | Remaining parts of integrating yum.repos.d file configuration with repo ↵ | Michael DeHaan | 2006-12-13 | 2 | -3/+20 | |
| | | | | mirroring. | |||||
* | Adding createrepo calls to "cobbler reposync" ... working on auto-generating ↵ | Michael DeHaan | 2006-12-13 | 6 | -13/+69 | |
| | | | | | | yum configs and allowing them to be installable for mirrored repos. | |||||
* | Fix update script, though replacing the update script with reposync (and ↵ | Michael DeHaan | 2006-12-13 | 2 | -4/+6 | |
| | | | | | | generalized code) seems to be the best route. | |||||
* | Several changes related to cobbler import. | mdehaan@mdehaan.rdu.redhat.com | 2006-12-13 | 5 | -11/+54 | |
| | | | | | | | | First, fixed an import bug in orphan detection. Other features are related to running createrepo after a partial rsync to create nicer repos, and shipping a more strict rsync.excludes file by default. Note that the createrepo change still needs to be applied to the "cobbler reposync" command, which works outside of import. |