Re: [PATCH 01/14] Yum doesn't like repo baseurl containing space.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> diff --git a/iw/task_gui.py b/iw/task_gui.py
> index 30c28dc..12e3558 100644
> --- a/iw/task_gui.py
> +++ b/iw/task_gui.py
> @@ -311,7 +311,7 @@ class RepoEditor:
>              return setupBaseRepo(self.anaconda, "nfs:%s:%s" % (server, path))
>          else:
>              import tempfile
> -            dest = tempfile.mkdtemp("", repo.name, "/mnt")
> +            dest = tempfile.mkdtemp("", repo.name.replace(" ", ""), "/mnt")
>  
>              try:
>                  isys.mount("%s:%s" % (server, path), dest, "nfs")

Good catch.  I wonder if yum has any plans to change this behavior.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux