diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-07-03 21:56:11 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-07-03 21:56:11 +0200 |
commit | e85fb930e71f27a1a399273b433ba67d0eb6d3c5 (patch) | |
tree | 914b5f971b3339e948ada27e116ea102e5a52773 | |
parent | f2bd48d342518c11ec7deaeee5b437ac524514de (diff) | |
download | debian-dedup-e85fb930e71f27a1a399273b433ba67d0eb6d3c5.tar.gz |
README: explain update_sharing.py
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ Import a full mirror (only http supported): ./autoimport.py -n -p http://your.mirror.example/debian +After changing the database, a few tables caching expensive computations need +to be (re)generated. Execute `./update_sharing.py`. Without this step the web +interface will report wrong results. + Viewing the results ------------------- Run `./webapp.py` and enjoy a webinterface at `0.0.0.0:8800` or inspect the |