No description
Find a file
2014-02-12 17:37:05 +04:00
analyze-repo-redundancy.py Restructure repo.db; Support multiple dependencies for a requirement 2014-02-10 14:16:01 +04:00
analyze-repodb.py DOT graph render;Dependency loopback check 2014-02-11 12:17:41 +04:00
fill-repodb.py Fix the erroneous field name 2014-02-12 17:37:05 +04:00
i586kde.lst Initial commit 2014-02-06 11:44:02 +04:00
prepare-repodb.py Restructure repo.db; Support multiple dependencies for a requirement 2014-02-10 14:16:01 +04:00
README Implement support for remote repositories 2014-02-12 16:08:24 +04:00
repo-analyze-config.xml Implement support for remote repositories 2014-02-12 16:08:24 +04:00
versutils.py Fix .py files headers; correct case in a message 2014-02-06 14:20:28 +04:00
x86_64.lst Initial commit 2014-02-06 11:44:02 +04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Порядок использования скриптов:

1. Настроить структуру репозиториев и пути в repo-analyze-config.xml
2. Заполнить базу данных информацией из репозиториев:
fill-repodb.py repo-analyze-config.xml
* Для ускорения можно отключить обаботку .so и их символов ключами -O -S соответственно.
** При использовании удалённых репозиториев рекомендуется применять кеш: -с cache-dir
*** Cкрипт создаёт в текущем каталоге базу данных repo.db размером около 2 Гб (при полной обработке, для репозиториев Chrome).
3. Подготовить базу данных к анализу:
prepare-repodb.py
4. Выполнить анализ/проверки:
analyze-repodb.py
analyze-repo-redundancy.py i586kde.lst --repo rosa-dx-chrome-1.0/i586/main/release >i586-redundant.txt