euscanwww: add example euscan-update script

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-04-17 22:19:57 +02:00
parent 10e491f972
commit 1d391e6389
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#!/bin/sh
## Update local trees
# emerge --sync
# layman -S
## Also update eix database, because we use eix internaly
# eix-update
## Scan portage (packages, versions)
# python manage.py scan-portage
## Scan metadata (herds, maintainers, homepages, ...)
# python manage.py scan-metadata
## Scan uptsream packages
# python manage.py scan-upstream --all
# python manage.py list-packages | gparallel --jobs 150% euscan | python manage.py scan-upstream --feed