summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
Commit message (Expand)AuthorAgeFilesLines
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-3/+3
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-1/+1
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ...Michael DeHaan2007-11-091-10/+3
* In the process of making all repositories templates so we can apply the value...Michael DeHaan2007-11-021-8/+6
* Since some versions of yumdownloader don't support --resolve, allow people to...Michael DeHaan2007-11-011-1/+4
* Code to wire up the new --server-override to the sync code. This leaves off ...Michael DeHaan2007-11-011-0/+9
* Apply patch to restore --arch parameter and handling to cobbler repoMichael DeHaan2007-10-291-2/+12
* Replace @@server@@ in repo config files.Michael DeHaan2007-10-081-2/+5
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-061-20/+18
* So it /is/ resolve.Michael DeHaan2007-08-281-1/+1
* --desolvedeps not --resolveMichael DeHaan2007-08-281-1/+1
* Fix reposync if using rsync as a source and paths don't contain an archMichael DeHaan2007-08-281-2/+1
* Re-enable --resolve for yumdownloader since it works now (at leastMichael DeHaan2007-08-131-4/+3
* random FIXME cleanupMichael DeHaan2007-06-121-1/+0
* Always create the .origin and directory, even if doing the reposync fromMichael DeHaan2007-06-081-3/+2
* This is Perry Myers's patch to reposync to allow for caching options and toMichael DeHaan2007-06-071-16/+12
* Fix missing rhpl import for i18nMichael DeHaan2007-05-301-0/+2
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-19/+18
* in rawhide, apparently yumdownloader doesn't accept --config but doesMichael DeHaan2007-05-011-1/+1
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-1/+1
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-11/+87
* Some cleanup/fixing in the reposync code.Michael DeHaan2007-04-051-8/+20
* Remove unneeded param.Michael DeHaan2007-04-051-1/+1
* (no commit message)Michael DeHaan2007-04-041-7/+19
* Remove redundant cobbler.pod from repository (official copy nowMichael DeHaan2007-04-041-1/+1
* Preliminary support for http:// and ftp:// mirrors via yum's reposync.Michael DeHaan2007-04-031-25/+76
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-2/+1
* Python 2.5 for FC7/devel requires BuildRequires: python-develMichael DeHaan2006-12-211-1/+0
* Keep repo representation as strings.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+2
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-5/+2
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-151-1/+1
* Remaining parts of integrating yum.repos.d file configuration with repo mirro...Michael DeHaan2006-12-131-1/+16
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ...Michael DeHaan2006-12-131-4/+16
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+86