diff options
author | Dafydd Harries <daf@rhydd.org> | 2013-03-18 00:23:41 -0400 |
---|---|---|
committer | Dafydd Harries <daf@rhydd.org> | 2013-03-18 00:23:41 -0400 |
commit | 9cedcd07d6ea19520a5d5ddf140fc6601d4e573d (patch) | |
tree | bbc03bda4f1efd59ad2feef20e973c467c2a4483 /README | |
parent | d38193b534327499fe9fa260a32c9458a5b09e0b (diff) |
add tool to import package descriptions
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ Loading data from package files: Packages files can be obtained from Debian mirrors, and are cached by APT in /var/lib/apt/lists. +Loading package descriptions: + + $ pv .../Translation-en | python load_descriptions.py + Loading data from copyright files: $ python load_copyright.py main/*/*/current/copyright | tee cp_import.log |