diff options
Diffstat (limited to 'README.multiarch')
-rw-r--r-- | README.multiarch | 14 |
1 files changed, 14 insertions, 0 deletions
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. |