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

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

 





On Mon, 14 Sep 2009, Chris Lumens wrote:

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.


I thought we already had.

this patch from june looks like it should be okay.

http://yum.baseurl.org/gitweb?p=yum.git;a=commitdiff;h=d7e22ad83ca63853edd9054b6bed598426035940;hp=56f8145aadd0396f9f1e3db3398a71aac5000f8f

-sv


_______________________________________________
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