Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273664
Collapse All | Expand All

(-)trunk/targets/support/chroot-functions.sh (-2 / +5 lines)
Lines 125-139 Link Here
125
		clst_myemergeopts="--verbose"
125
		clst_myemergeopts="--verbose"
126
	else
126
	else
127
		clst_myemergeopts="--quiet"
127
		clst_myemergeopts="--quiet"
128
		bootstrap_opts="${bootstrap_opts} -q"
128
	fi
129
	fi
129
	if [ -n "${clst_FETCH}" ]
130
	if [ -n "${clst_FETCH}" ]
130
	then
131
	then
131
		export bootstrap_opts="-f"
132
		export bootstrap_opts="${bootstrap_opts} -f"
133
		#export bootstrap_opts="-f"
132
		export clst_myemergeopts="${clst_myemergeopts} -f"
134
		export clst_myemergeopts="${clst_myemergeopts} -f"
133
	elif [ -n "${clst_PKGCACHE}" ]
135
	elif [ -n "${clst_PKGCACHE}" ]
134
	then
136
	then
135
		export clst_myemergeopts="${clst_myemergeopts} --usepkg --buildpkg --newuse"
137
		export clst_myemergeopts="${clst_myemergeopts} --usepkg --buildpkg --newuse"
136
		export bootstrap_opts="-r"
138
		export bootstrap_opts="${bootstrap_opts} -r"
139
		#export bootstrap_opts="-r"
137
	fi
140
	fi
138
}
141
}
139
142

Return to bug 273664