Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/repos/ksmain.50.repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/repos/ksmain.50.repos.py')
-rw-r--r--modules/repos/ksmain.50.repos.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/repos/ksmain.50.repos.py b/modules/repos/ksmain.50.repos.py
index e19f87a..bde0b09 100644
--- a/modules/repos/ksmain.50.repos.py
+++ b/modules/repos/ksmain.50.repos.py
@@ -11,10 +11,7 @@ excludepkgs = set()
addexcludes = ooblib.read_config('repos', 'add_excludes_to')
fedora = ooblib.read_config('repos', 'fedora')
fver = ooblib.read_config('global', 'fedora_release').strip()
-farch = ooblib.read_config('repos', 'fedora_arch')
-
-if farch:
- farch = farch.strip()
+farch = ooblib.read_config('global', 'fedora_arch').strip()
def add_to_excludes(baseurl, addexcludes):
print >>sys.stderr, "Reading repository information for", baseurl