History log of /scripts/diffconfig
Revision Date Author Comments
c8272faf5e3f0f97f5cd15af69e3a515efbe212d 20-Aug-2013 Mike Pagano <mpagano@gentoo.org> diffconfig: Update script to support python versions 2.5 through 3.3

Support past and active versions of python while maintaining backward
compatibility. Script has been tested on python versions up to and
including 3.3.X.

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
6bf2e84b8cebc4c53bf44343ed4e9b88aa73e34d 16-Aug-2013 Mike Pagano <mpagano@gentoo.org> diffconfig: Gracefully exit if the default config files are not present

Handle gracefully the instance where config files are not present.
Compatible with python versions 2.5, 2.6 and 2.7.
The try/except is forward compatible with python version 3 once the entire script is ported.

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
a717417e7f96ad2c6c3d80cdd0836e49597399a3 24-Jun-2008 Tim Bird <tim.bird@am.sony.com> kconfig: add diffconfig utility

Diffconfig is a simple utility for comparing two kernel configuration files.
See usage in the script for more info.

Signed-off-by: Tim Bird <tim.bird@am.sony.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>