summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
Commit message (Expand)AuthorAgeFilesLines
* Bill Peck's patch adding a new power type.Michael DeHaan2009-01-131-0/+18
* SELinux can get confused with leaked file descriptors; ensuring we pass close...Michael DeHaan2008-12-151-14/+11
* Fix debian repo import (JP's patch)Michael DeHaan2008-11-101-1/+1
* More work on additional XMLRPC tests, a bit more annoying that expected. Swi...Michael DeHaan2008-11-041-1/+2
* Fix reposync pathsMichael DeHaan2008-11-041-2/+2
* Moved the implementation of the reposync code back to action_reposync.py and ...Michael DeHaan2008-11-031-2/+307
* Reworking the remote tests and adding a few more. Now we no longer save and ...Michael DeHaan2008-10-311-2/+8
* Added parameter --environment to reposync that allows for setting environment...Michael DeHaan2008-10-171-0/+6
* Work on the new options to cobbler reposync (--tries=N and --no-fail)Michael DeHaan2008-10-081-4/+33
* Add some options to reposync (not added yet), and some tweaks to config manag...Michael DeHaan2008-10-081-1/+1
* Apply Javier Palacious's series of patches to get "cobbler repo add" working ...Michael DeHaan2008-10-061-177/+5
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-3/+11
* Fix repo arch for yum_rhn_plugin so it can get kernel updatesMichael DeHaan2008-07-291-0/+4
* When mirroring repos, act as though you are 686 not 386, to get all the kerne...Michael DeHaan2008-06-251-1/+2
* Merge branch 'master' into develMichael DeHaan2008-06-251-1/+4
|\
| * yum reposync should pull all kernels, not just i386 kernels, when doing reposyncMichael DeHaan2008-06-251-1/+5
* | Additional mkdir for rhn:// reposyncMichael DeHaan2008-06-161-0/+2
* | Adding configurable reposync flags to the command line (yum's reposync, not c...Michael DeHaan2008-06-161-3/+3
|/
* Consolidate various repo related warnings under cobbler check and clean up pr...Michael DeHaan2008-05-131-1/+1
* Apply patch to remove anti-createrepo conditions, bump version.Michael DeHaan2008-05-121-1/+1
* Added some additional links for kickstart viewing/editing to the profile/syst...Michael DeHaan2008-05-091-1/+1
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ...Michael DeHaan2008-05-081-10/+27
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-2/+10
* Run reposync for local repos even if "RPM" is not contained in the path.Michael DeHaan2008-03-071-1/+1
* This is 0.8.1Michael DeHaan2008-02-201-1/+1
* Patch to fix error during reposyncMichael DeHaan2008-02-181-1/+1
* Fix permissions on reposyncMichael DeHaan2008-02-141-1/+1
* Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+24
* Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-1/+1
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-1/+2
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-0/+5
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-2/+1
* 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