From 1d391e6389392c5871527970a450247b4426f20e Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Sun, 17 Apr 2011 22:19:57 +0200 Subject: [PATCH] euscanwww: add example euscan-update script Signed-off-by: Corentin Chary --- euscanwww/scripts/euscan-update.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 euscanwww/scripts/euscan-update.sh diff --git a/euscanwww/scripts/euscan-update.sh b/euscanwww/scripts/euscan-update.sh new file mode 100644 index 0000000..a84b15c --- /dev/null +++ b/euscanwww/scripts/euscan-update.sh @@ -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 \ No newline at end of file