Don't rsync git repos
This commit is contained in:
parent
53eb58bfb4
commit
1c1e5e9721
@ -214,7 +214,11 @@ build-gentoo-chroot() {
|
|||||||
|
|
||||||
# Sync repositories
|
# Sync repositories
|
||||||
log "Getting ebuild repositories"
|
log "Getting ebuild repositories"
|
||||||
|
if ! grep /etc/portage/repos.conf/gentoo.conf -ie 'git'; then
|
||||||
|
# Only do this rsync if we're actually rsyncing
|
||||||
|
# As part of installation, we switch to git, so this prevents us from hammering upstream, too
|
||||||
emerge-webrsync
|
emerge-webrsync
|
||||||
|
fi
|
||||||
|
|
||||||
# Get the stable plasma/systemd profile and select it
|
# Get the stable plasma/systemd profile and select it
|
||||||
profile=$(
|
profile=$(
|
||||||
|
Loading…
Reference in New Issue
Block a user