summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to repo object to ensure items get serialized as booleans.
* 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
| | | | in some places).
* 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
| | | | yum_rhn_plugin. Needs further testing.
* This is Perry Myers's patch to reposync to allow for caching options and toMichael DeHaan2007-06-071-16/+12
| | | | eliminate extra calls to createrepo.
* 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
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* in rawhide, apparently yumdownloader doesn't accept --config but doesMichael DeHaan2007-05-011-1/+1
| | | | accept -c.
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-1/+1
| | | | applies to "cobbler reposync" as well as "cobbler import".
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-11/+87
| | | | | | | | | | | | | | | | | allows for partial mirroring of RPM content from a yum repository using yumdownloader. An example of this would be wanting to have a local mirror of useful tools from FC6 Extras (cobbler and koan, possibly?) while not pulling down content that just takes up time/space (like 3D games). This will work for http:// and ftp:// repositories, but not RHN at this point. Incidentally this feature doesn't resolve dependencies at this point because yumdownloader is currently broken. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232183 So, for now, give all dependencies for --rpm-list and when yumdownloader gets fixed, the "--resolve" argument can be reinserted and this will be a lot more useful.
* 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
| | | | docs/cobbler.pod) and continue working on import/reposync.
* 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, ↵Michael DeHaan2007-02-011-2/+1
| | | | | | which is enabled by default in /var/lib/cobbler/settings. Users of the API will need to use the with_copy=True and with_delete=True parameters to initiate this behavior. As mentioned in the previous commit, sync() still needs to be run at least once prior to any add commands using this feature.
* 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
| | | | | Also, add trailing / to rsync URL's to always to prevent user mistakes, which allows us to know where the repomd data files are.
* 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
| | | | | | 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.
* Remaining parts of integrating yum.repos.d file configuration with repo ↵Michael DeHaan2006-12-131-1/+16
| | | | mirroring.
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ↵Michael DeHaan2006-12-131-4/+16
| | | | | | yum configs and allowing them to be installable for mirrored repos.
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+86