[PATCH 4/4] Add ability for users to specify an installation source repo in text UI.

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon May 20 17:19:20 UTC 2013


On Fri, May 17, 2013 at 03:51:11PM +0200, Vratislav Podzimek wrote:
> On Thu, 2013-05-16 at 11:54 -0400, Samantha N. Bueno wrote:
> > ---
> >  pyanaconda/ui/tui/spokes/source.py | 205 +++++++++++++++++++++++++++++++++++++
> >  1 file changed, 205 insertions(+)
> >  create mode 100644 pyanaconda/ui/tui/spokes/source.py
> > 
> > diff --git a/pyanaconda/ui/tui/spokes/source.py b/pyanaconda/ui/tui/spokes/source.py
> > new file mode 100644
> > index 0000000..c79cfa4
> > --- /dev/null
> > +++ b/pyanaconda/ui/tui/spokes/source.py
> > +
> > +
> > +class SpecifyRepoSpoke(EditTUISpoke):
> > +    """ Specify the repo URL here if closest mirror not selected. """
> > +    title = _("Specify Repo Options")
> > +    category = "source"
> > +
> > +    edit_fields = [
> > +        Entry("Repo URL", "url", re.compile(".*$"), True)
> > +        ]
> Don't we need to ask also if the URL is a mirror URL.

Yes. For the interest of just getting these patches out there in the
wild for testing though, I'll make sure to add that in my next patch
set.

Thanks a bunch for looking at these.

Samantha


More information about the anaconda-patches mailing list