From 0e77ad442d27d5fd30597211417df60a71ba3b60 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 30 Nov 2014 10:20:07 +0000 Subject: [PATCH] [scripts] arm is no more --- scripts/inner_source_chroot_update.sh | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/scripts/inner_source_chroot_update.sh b/scripts/inner_source_chroot_update.sh index d8d0035..fbda381 100755 --- a/scripts/inner_source_chroot_update.sh +++ b/scripts/inner_source_chroot_update.sh @@ -120,17 +120,14 @@ for conf in 00-sabayon.package.use 00-sabayon.package.mask \ fi done -# qemu-user arm has problems with rsync, deadlocks? -if [ "${TARGET}" != "arm" ]; then - # Update /usr/portage/profiles - # This is actually not strictly needed but several - # gentoo tools expect to find valid /etc/make.profile symlink - # This part is best effort, if it will be able to complete - # correctly, fine. - # For a list of mirrors, see: http://www.gentoo.org/main/en/mirrors-rsync.xml - RSYNC_URI="rsync://rsync.at.gentoo.org/gentoo-portage/profiles" - PROFILES_DIR="/usr/portage/profiles" - safe_run rsync -av -H -A -X --delete-during "${RSYNC_URI}/" "${PROFILES_DIR}/" -fi +# Update /usr/portage/profiles +# This is actually not strictly needed but several +# gentoo tools expect to find valid /etc/make.profile symlink +# This part is best effort, if it will be able to complete +# correctly, fine. +# For a list of mirrors, see: http://www.gentoo.org/main/en/mirrors-rsync.xml +RSYNC_URI="rsync://rsync.at.gentoo.org/gentoo-portage/profiles" +PROFILES_DIR="/usr/portage/profiles" +safe_run rsync -av -H -A -X --delete-during "${RSYNC_URI}/" "${PROFILES_DIR}/" equo query list installed -qv > /etc/sabayon-pkglist