Announcing config file diffing tool.

2006-10-10 Thread Sven Luther
Hi all, ...

I just commited a new version of kconfig.ml to scripts/kconfig.ml, which adds
some nice diffing of config files functionality.

It allows you to do :

  kconfig.ml diff [ -ba dir | -b dir ] config config

  And config can be either :

-c /path/to/config/file

or -a arch [ -s subarch ] -f flavour

where -b dir is the debian/arch directory, which is needed in the second
config specification case.

Some examples of invocations :

  kconfig.ml diff -b ../linux-2.6/debian/arch -a powerpc -f powerpc -a powerpc 
-f powerpc64

will give the diff between the powerpc and powerpc64 flavour.

  kconfig.ml diff -b ../linux-2.6/debian/arch -a powerpc -f powerpc64 -c 
/path/to/kernel/src/arch/powerpc/configs/g5_defconfig

will give the diff between the reconstituted powerpc64 flavour, and the g5
defconfig.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Announcing config file diffing tool.

2006-10-10 Thread Otavio Salvador
Sven Luther [EMAIL PROTECTED] writes:

 Hi all, ...

 I just commited a new version of kconfig.ml to scripts/kconfig.ml, which adds
 some nice diffing of config files functionality.

Oh! Nice! :-D

Great work :-D

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]