aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/qa/ipkg-diff/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/qa/ipkg-diff/README')
-rw-r--r--contrib/qa/ipkg-diff/README12
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