aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fullupdate.sh')
-rwxr-xr-xbin/fullupdate.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/bin/fullupdate.sh b/bin/fullupdate.sh
index a4627a3..c4d5be3 100755
--- a/bin/fullupdate.sh
+++ b/bin/fullupdate.sh
@@ -27,15 +27,8 @@ update_repository(){
update_md5cache(){
mkdir -p /var/cache/pgo-egencache
- cd /mnt/packages-tree/gentoo/ || exit 1
-
- #echo 'FEATURES="-userpriv -usersandbox -sandbox"' >> /etc/portage/make.conf
-
- egencache -j "${JOBS}" --cache-dir /var/cache/pgo-egencache --repo gentoo --repositories-configuration '[gentoo]
- location = /mnt/packages-tree/gentoo' --update
- egencache -j "${JOBS}" --cache-dir /var/cache/pgo-egencache --repo gentoo --repositories-configuration '[gentoo]
- location = /mnt/packages-tree/gentoo' --update-use-local-desc
+ pmaint regen --threads "${JOBS}" --use-local-desc --pkg-desc-index /mnt/packages-tree/gentoo/
}
fullupdate_database(){