1d391e6389
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
18 lines
460 B
Bash
18 lines
460 B
Bash
#!/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 |