SOURCES: kernel-config-update.py - reverse conds
glen
glen at pld-linux.org
Tue Jan 29 01:02:34 CET 2008
Author: glen Date: Tue Jan 29 00:02:34 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- reverse conds
---- Files affected:
SOURCES:
kernel-config-update.py (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/kernel-config-update.py
diff -u SOURCES/kernel-config-update.py:1.5 SOURCES/kernel-config-update.py:1.6
--- SOURCES/kernel-config-update.py:1.5 Tue Jan 29 00:51:03 2008
+++ SOURCES/kernel-config-update.py Tue Jan 29 01:02:29 2008
@@ -172,13 +172,13 @@
# blacklist
# TODO: use some list here instead
- if symbol != "LOCALVERSION":
+ if symbol == "LOCALVERSION":
# .specs updates this
continue
- if symbol != "DEFCONFIG_LIST":
+ if symbol == "DEFCONFIG_LIST":
# seems wrong
continue
- if symbol != "MATH_EMULATION":
+ if symbol == "MATH_EMULATION":
# .spec keeps updating this
continue
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-config-update.py?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list