On Wednesday 27 May 2009 22:57:25 Joe Peterson wrote: > > Gentoo should not repeat the VHS vs Betamax war. For those who do not > > remember, VHS was the better marketed but inferior technical solution > > that won the standards war for domestic Video recorders. > > > :) Yep. And bad design decisions can haunt is for a long time.
Actually, once we add the current-glep55 changes we have no way of sanely undoing them if we should realize that they don't work out for us ... ... unless we do horrible things like forbidding it, which would cause the same errors we are trying to hide now. So unless we have a plan for mid-term future changes I don't see why we would want the current GLEP55 - it's a one-way change in the current state. > My preference is the one-time .ebuild->.eb change, and putting the EAPI on > the first line, like a #!shebang. Very easy to extract, and good design. My preference is freezing the rsync tree, storing all referenced distfiles on at least one mirror, then change the rsync path. That way all "old" users get the last sane upgrade position and all newer changes only hit users that upgraded far enough. Means you can slip in any ebuild format changes without needing to do any changes to the current file and directory layout. Do that every EAPI bump and worst case you have 200M per switch on the rsync mirrors and 15G extra storage on a mirror (which is a tolerable expense for infra if it saves us hacking things up backwards to hide errors that shouldn't be there) wkr, Patrick