diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-03 20:58:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 20:58:49 +0000 |
commit | 87d9a293c8080a5c5384c140034b6275e32b2429 (patch) | |
tree | 0dc81b920c0b6a3808d55b2d9edfb54f99906e4a /contrib/qa/ipkg-diff/README | |
parent | 59a67e65a62f1fd7f39122ae9d61cf17438d7870 (diff) |
contrib/qa/ipkg-diff:
Add a work in progress ipkg-diff utilitiy to show
differences between two directory of ipk packages files.
Currently it does nothing.
Diffstat (limited to 'contrib/qa/ipkg-diff/README')
-rw-r--r-- | contrib/qa/ipkg-diff/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/qa/ipkg-diff/README b/contrib/qa/ipkg-diff/README new file mode 100644 index 0000000000..7ddc4419cd --- /dev/null +++ b/contrib/qa/ipkg-diff/README @@ -0,0 +1,12 @@ +A Small utility to diff two directories of Itsy Packages. + +This utility will take two directories hopefully containing +Itsy Packages (ipk) and compare the ipks. It will find deleted +and new packages but will also compare packages with the same +name. And check file types, sizes, control files. And one time +it will be able to find upgrades and scan them as well. + +(this script is meant to be hacky, hacky, hacky and to do the + job) + +The only pattern applied is a Anti-Pattern: Time pressure |