euscanwww: take args from stdin and update INSTALL

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2012-03-02 14:08:28 +01:00
parent 329b20fecf
commit d6f3b6629c
4 changed files with 22 additions and 16 deletions

View File

@ -13,6 +13,13 @@ touch local_settings.py
./manage.py scan-portage htop # Scan ebuilds
./manage.py scan-metadata htop # Lookup for maintainers, herds, etc...
./manage.py scan-upstream htop # Run euscan
# Scan dev-python
eix --only-names -C dev-python | ./manage.py scan-portage
eix --only-names -C dev-python | ./manage.py scan-metadata
eix --only-names -C dev-python | ./manage.py scan-upstream
# Update counters at end of scan
./manage.py update-counters # Update counters, graphs, etc...
# Start server