From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-63358-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6DAC4138247
	for <garchives@archives.gentoo.org>; Sun,  3 Nov 2013 09:02:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B1D2BE0B92;
	Sun,  3 Nov 2013 09:02:49 +0000 (UTC)
Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A21E3E0AB6
	for <gentoo-dev@lists.gentoo.org>; Sun,  3 Nov 2013 09:02:48 +0000 (UTC)
Received: by mail-wg0-f46.google.com with SMTP id m15so989427wgh.1
        for <gentoo-dev@lists.gentoo.org>; Sun, 03 Nov 2013 01:02:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=CrLP7vDymbxz/KGUc35WPgTIeiIH8vgATAxaCi2+wwo=;
        b=J4FObZTISv8Z8MHQKN+y4ydpxKrsc6G3A9uBQekKiwWEZhbc2BRDUg6GFTQwYr4l8V
         D6X1DbTB3Fu87rtoBYLM6C/MwltFNXXJZekV/J9Wk6ibINid7qnSIB8xnIgHL4tynBhb
         pLpRC4eFjU7ve4g0BNzpU+k4xX/TW0xSoHtABpWJhjfgwtwv0csAPGrEDxOLwkgRV1b7
         Pq35BW8EhqIko9PU7HcQcpsAovQFAzvjd6JUxPBTalrD0Sl7QG+MPKCcCx8A8mz8hf1G
         sKIDefUr0OsaY8O5/2+EeVbSlJOsl177kXnEw3WRESjJ+jRp+zNodPNF+mg02Cy2E1f7
         AY9g==
X-Received: by 10.180.98.2 with SMTP id ee2mr8210594wib.21.1383469367350;
        Sun, 03 Nov 2013 01:02:47 -0800 (PST)
Received: from [172.20.0.40] (196-210-126-109.dynamic.isadsl.co.za. [196.210.126.109])
        by mx.google.com with ESMTPSA id ll10sm24042883wic.9.2013.11.03.01.02.46
        for <gentoo-dev@lists.gentoo.org>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Sun, 03 Nov 2013 01:02:47 -0800 (PST)
Message-ID: <52761127.1060106@gmail.com>
Date: Sun, 03 Nov 2013 11:02:31 +0200
From: Alan McKinnon <alan.mckinnon@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Releng breakage with respect to move from dev-python/python-exec
 to dev-lang/python-exec
References: <5274FB3D.8080508@gentoo.org>	<20131102145126.3c1f6cd7@TOMWIJ-GENTOO>	<20131102160330.0e6eaa5e@gentoo.org>	<52755089.6090808@gentoo.org>	<20131102213530.24388cda@gentoo.org>	<52756723.9090300@gentoo.org>	<20131102230940.233a8e4b@gentoo.org>	<52758879.70200@gentoo.org> <20131103004526.64f6e789@gentoo.org>
In-Reply-To: <20131103004526.64f6e789@gentoo.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 613c5cff-0cf7-4164-a724-9c1e690acd1d
X-Archives-Hash: c8ee2e14bb37af6456c8518958fbc608

On 03/11/2013 01:45, yac wrote:
> On Sat, 02 Nov 2013 19:19:21 -0400
> "Anthony G. Basile" <blueness@gentoo.org> wrote:
> 
>> On 11/02/2013 06:09 PM, yac wrote:
>>> I don't know how this releng stuff works. I bet there is lot of devs
>>> who don't.
>>
>> This is why you should announce risking commits.  Because you may not 
>> know what it will cause, but others will.
>>
> 
> If I don't know in the first place, how do I know it's risky?


Assessing risk is somewhat intuitive and relies heavily on experience.

python-exec changes python wrapper scripts, emerge is coded in python.
You have the makings of a circular dep right there and alarms bells
should already be going off in your head.

With risk, you almost always already DO have more information than at
first appears. Learn to trust the little voice in your head, when it
pipes up rather be careful and double check.

> 
> Afaik there is no official way to update gentoo, is there?

It's always been "emerge -avuND world"

> 
> I personally got used to -uaNDv and I don't even know what exactly is
> the difference and it's implications between that and just -uD

the difference is -N, it's in man emerge

-- 
Alan McKinnon
alan.mckinnon@gmail.com