summaryrefslogtreecommitdiffstats
path: root/cobbler/item_repo.py
Commit message (Expand)AuthorAgeFilesLines
* Allow src and noarch in API and webapp for repos, make the set_repo function ...Michael DeHaan2009-02-271-1/+2
* Make --rpm-list use the same parsing code as the rest of cobbler, closing a w...Michael DeHaan2009-02-181-11/+1
* Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-0/+2
* Changes to make the webapp able to delete fields by not explicitly checkingMichael DeHaan2008-12-011-0/+2
* Add UID field to APIMichael DeHaan2008-11-241-1/+7
* Apply Brian Kearney's patch to make underscores in remote API's line up with ...Michael DeHaan2008-11-121-0/+5
* Keep creation and modification times with each objectMichael DeHaan2008-11-101-3/+11
* Updated changelog to reflect previous patch, and on top of previous, added co...Michael DeHaan2008-11-101-3/+8
* Make repos auto-set their breed to make API usage a bit cleaner, still workin...Michael DeHaan2008-11-041-4/+7
* Moved the implementation of the reposync code back to action_reposync.py and ...Michael DeHaan2008-11-031-382/+9
* apply more of Javier Palacios's debian patchesMichael DeHaan2008-10-311-10/+13
* Added parameter --environment to reposync that allows for setting environment...Michael DeHaan2008-10-171-2/+25
* Apply Javier Palacious's series of patches to get "cobbler repo add" working ...Michael DeHaan2008-10-061-10/+390
* Merge branch 'master' into develMichael DeHaan2008-09-261-4/+5
|\
| * Fix webapp edit pages for repo checkboxes + release bump for 1.2.5Michael DeHaan2008-09-261-6/+7
* | added auto network_config snippet, and added --static=0/1 for system objects.Michael DeHaan2008-09-161-11/+2
|/
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-4/+12
* Make repo code validate the arch, as well as add it to the web app with radio...Michael DeHaan2008-07-141-3/+1
* Allow cobbler to accept s390x as arch inputMichael DeHaan2008-07-141-0/+3
* Upgrades to multiple --kopts supportMichael DeHaan2008-07-021-1/+1
* Added patch to allow in-place editing of --kopts/--ksmetaMichael DeHaan2008-07-021-2/+6
* Fixes for virt overrides on system objects.Michael DeHaan2008-05-091-4/+4
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ...Michael DeHaan2008-05-081-2/+16
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-161-0/+7
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Merge branch 'master' into develMichael DeHaan2008-04-081-8/+0
|\
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-8/+0
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-3/+4
* | Fix some more bugs with ownership editing/saving. Working well in the WebUI nowMichael DeHaan2008-03-281-0/+2
* | Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-1/+4
|/
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-2/+20
* 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