summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-212-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 DeHaan2006-12-214-30/+65
| | | | changelog cleanup.
* Add usability suggestions from mailing list to TODO file.Michael DeHaan2006-12-211-0/+9
|
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-213-3/+3
|
* 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-202-0/+2
|
* 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-205-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.com2006-12-201-1/+1
|
* Changelog, + fix wget arguments for repo install.mdehaan@mdehaan.rdu.redhat.com2006-12-202-1/+2
|
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-206-17/+13
|
* Changelog.Michael DeHaan2006-12-201-0/+1
|
* Fix problem where settings of xen_ variables if not present clobber virt_ ↵Michael DeHaan2006-12-201-9/+2
| | | | variables (backwards compatibility code problem).
* Changelog.Michael DeHaan2006-12-181-0/+1
|
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-182-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.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-183-3/+4
|
* distutils version++Michael DeHaan2006-12-181-1/+1
|
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-154-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.
* ChangelogMichael DeHaan2006-12-141-0/+1
|
* Manpage cleanupMichael DeHaan2006-12-141-6/+2
|
* Add some rudimentary ability for "cobbler import" to get kickstart trees ↵Michael DeHaan2006-12-141-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 TODOmdehaan@mdehaan.rdu.redhat.com2006-12-131-12/+23
|
* Remaining parts of integrating yum.repos.d file configuration with repo ↵Michael DeHaan2006-12-132-3/+20
| | | | mirroring.
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ↵Michael DeHaan2006-12-136-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 DeHaan2006-12-132-4/+6
| | | | | | generalized code) seems to be the best route.
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-135-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.
* Fix print code.Michael DeHaan2006-12-121-1/+1
|
* Fix mirror URLMichael DeHaan2006-12-121-1/+1
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-1213-15/+425
|
* Checking in manpage changes.Michael DeHaan2006-12-081-1/+3
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-057-5/+24
|
* Don't rsync ISO or PPC content on cobbler import -- saves time and bandwidth.Michael DeHaan2006-12-042-2/+3
|
* Cobbler import should skip ISO's (they are not useful in a kickstart tree) andMichael DeHaan2006-12-041-1/+1
| | | | PPC code (not supported, for now anyway) to save space.
* Pre-release CHANGELOG mods. More to be added later, most likely. Manpage ↵Michael DeHaan2006-12-012-2/+2
| | | | updates don't warrant release yet.
* Made manpage comment in manage_dhcp a bit more obvious in regards to the ↵Michael DeHaan2006-12-011-7/+12
| | | | fact that the dhcpd.conf file would be overwritten.
* Remove angle brackets since they were getting eaten by pod2manMichael DeHaan2006-11-151-10/+10
|
* Updated TODOMichael DeHaan2006-11-151-5/+2
|
* Manpage cleanup (for next release, TBA).Michael DeHaan2006-11-143-2/+8
|
* Manpage fixMichael DeHaan2006-11-141-1/+1
|
* Manpage correction.Michael DeHaan2006-11-141-1/+1
|
* Add html manpage targetMichael DeHaan2006-11-141-0/+1
|
* Minor fix to /tftpboot codeMichael DeHaan2006-11-141-4/+6
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-144-10/+21
| | | | | | preserve /tftpboot for other potential uses.
* Updated TODOMichael DeHaan2006-10-301-1/+9
|