From e123f857a74e2ec8742ceebddebd7d296dcaca3c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 10 Jun 2016 07:26:12 +0200 Subject: add a separate tool for generating hints on Multi-Arch headers It builds on the core functionality of dedup, but uses a different database schema. Unlike dedup, it aborts downloading Arch:all packages early and consumes any other architecture in its entirety instead. --- README.multiarch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.multiarch (limited to 'README.multiarch') diff --git a/README.multiarch b/README.multiarch new file mode 100644 index 0000000..120f119 --- /dev/null +++ b/README.multiarch @@ -0,0 +1,14 @@ +There is a separate analysis application for detecting multiarch related bugs. +It has the same requirements as the dedup application. It uses four files: + + multiarchschema.sql + multiarchimport.py + multiarchanalyze.sql + multiarchanalyze.py + +With the schema you can initialize a database. The importer allows feeding the +initial dataset or an updated dataset into the database by collecting data from +a nearby Debian mirror. It is recommended to apply multiarchanalyze.sql once +after the initial data import to avoid lots of changes on unused indices. The +final step is generating the hints by running multiarchanalyze.py. Unless +issuing ANALYZE, the analysis will be slow. -- cgit v1.2.3