summaryrefslogtreecommitdiffstats
path: root/cobbler/item_repo.py
Commit message (Expand)AuthorAgeFilesLines
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-0/+17
* Make repo code raise exceptions that explain what about the objects is not va...Michael DeHaan2007-11-191-2/+2
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-4/+3
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ...Michael DeHaan2007-11-091-0/+7
* Work on getting the repos to be templated, largely complete, pending more tes...Michael DeHaan2007-11-021-21/+0
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-0/+1
* Apply patch to restore --arch parameter and handling to cobbler repoMichael DeHaan2007-10-291-1/+12
* Repos are now added to the WebUI.Michael DeHaan2007-09-141-0/+1
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-0/+10
* Convert argument to string before testing.Michael DeHaan2007-09-071-1/+1
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-061-1/+8
* Some code to fix a reference issue that allowed for hash value propogation up...Michael DeHaan2007-08-231-0/+1
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-121-1/+1
* Repos should default to autosync.Michael DeHaan2007-06-211-2/+2
* Keep track of depth of cobbler objects such that a pseudo-topological sortMichael DeHaan2007-06-131-2/+5
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-9/+16
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-121-0/+2
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-0/+3
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-7/+7
* This is Perry Myers's patch to reposync to allow for caching options and toMichael DeHaan2007-06-071-16/+38
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-9/+6
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-3/+5
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-3/+23
* Cobbler report commands are now sorted also.Michael DeHaan2006-12-211-2/+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-14/+0
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ...Michael DeHaan2006-12-131-8/+28
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+104