[scripts] arm is no more

This commit is contained in:
Fabio Erculiani
2014-11-30 10:20:07 +00:00
parent ddd9686ba4
commit 0e77ad442d
+9 -12
View File
@@ -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