SOURCES: kernel-config-update.py - cosmetics

glen glen at pld-linux.org
Tue Feb 5 01:31:12 CET 2008


Author: glen                         Date: Tue Feb  5 00:31:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SOURCES:
   kernel-config-update.py (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/kernel-config-update.py
diff -u SOURCES/kernel-config-update.py:1.11 SOURCES/kernel-config-update.py:1.12
--- SOURCES/kernel-config-update.py:1.11	Tue Feb  5 01:29:43 2008
+++ SOURCES/kernel-config-update.py	Tue Feb  5 01:31:07 2008
@@ -196,12 +196,6 @@
 #        if c.has_key(arch):
 #            del c[arch]
 
-
-    # join arch=value into string back
-    s = ''
-    for k in c.keys():
-        s += ' %s=%s' % (k, c[k])
-
     # blacklist
     # TODO: use some list here instead
     if symbol == "LOCALVERSION":
@@ -211,4 +205,9 @@
 #        # .spec keeps updating this
 #        continue
 
+    # join arch=value into string back
+    s = ''
+    for k in c.keys():
+        s += ' %s=%s' % (k, c[k])
+
     print "%s %s" % (symbol, s.strip())
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config-update.py?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list