summaryrefslogtreecommitdiffstats
path: root/ui/addrepo.glade
Commit message (Collapse)AuthorAgeFilesLines
* repo.proxy is now a property, so check before setting it (#481342).Chris Lumens2009-01-231-1/+1
| | | | | Also, change the wording in the UI slightly to indicate you can add a port to the proxy string.
* Add an updated repo editor.Chris Lumens2008-07-091-196/+761
| | | | | | | This editor is capable of modifying all types of installation repositories, though it currently only contains code for doing the real work on URLs. Eventually, this will allow for improved error handling and replacement of all the method selection stuff in loader.
* Allow recovery from some missing repodata conditions.Chris Lumens2008-02-281-1/+1
| | | | | | If we try to read the repodata during doRepoSetup and find that it's not there, allow editing the repository right away and attempt to reconfigure. These changes will be reflected in task selection later on.
* Add a repository editor and rework the adding code to make use of it.Chris Lumens2008-01-221-75/+251
|
* 2006-07-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-191-1/+1
| | | | * ui/addrepo.glade (window_position): Center dialog.
* 2006-07-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-181-0/+275
* yuminstall.py (AnacondaYum.doConfigSetup): Using metadata_expire doesn't make sense for anaconda (YumBackend.doRepoSetup): Allow setup of a single repo, reorganize so that this works * iw/task_gui.py (TaskWindow._addRepo): Support for adding repos. * ui/tasksel.glade: Add button to bring up add repo dialopg * ui/addrepo.glade: Initial pass at dialog for adding additional repos.