From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mail.openembedded.org (Postfix) with ESMTP id 713D76A364 for ; Wed, 22 May 2013 19:51:24 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo1so2057338pbc.29 for ; Wed, 22 May 2013 12:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XPAFnsUkJ17Ar9RMjMNJz8CkE8JjRyxu8qU5DZiH5QU=; b=qu+yjwKRsfrr66GIIMafy7H6XTUfbOJI9EnlqZzDBctE8b5IF5DAmBOLyPXWCQsTUm vIdLjxTlUldaYaeQV6f30QeQl7xEXDCwnd9ePAGujtC0PcsugHfSgvmZBVaF5/SKPfeC iLb6BYH/Gp6DjudBTXWN5gJccJbOljKg4mjt42nt9Hj5J4/ZkuHjAR0Xc7NZxmHrASMz sHeusoDKnDWfITC2t1usNeg7Q030ld4aYrFt9IUBLuKxHegRUFeP2AFhJWunbcTpcLaG H9lvTFv6rhjN40mVfgxD4CZWisflrAumMBBzRPEyM/yqEPBy7OODCUNWfZKSukpwvo/A ANSA== X-Received: by 10.66.126.34 with SMTP id mv2mr9825654pab.181.1369252285582; Wed, 22 May 2013 12:51:25 -0700 (PDT) Received: from localhost (ip-62-24-80-145.net.upcbroadband.cz. [62.24.80.145]) by mx.google.com with ESMTPSA id v7sm8393883pbq.32.2013.05.22.12.51.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 22 May 2013 12:51:24 -0700 (PDT) Date: Wed, 22 May 2013 21:51:20 +0200 From: Martin Jansa To: Richard Purdie Message-ID: <20130522195120.GN32431@jama> References: <1368958915.32727.96.camel@ted> MIME-Version: 1.0 In-Reply-To: <1368958915.32727.96.camel@ted> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: bitbake-devel Subject: Re: [PATCH] fetch2: Shorten long srcrevs X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 19:51:24 -0000 X-Groupsio-MsgNum: 3483 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xtx0sNU5lZ46KfgK" Content-Disposition: inline --xtx0sNU5lZ46KfgK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 19, 2013 at 01:21:55PM +0300, Richard Purdie wrote: > The long srcrevs are mainly used or the workdir construction as well as > the package version. The long entries are hashes generated by the git fet= cher > and other scms using a similar revision mechanism. >=20 > We need these to change when the package changes however collisions are > unlikely to happen within the domains we care about. The long revisions > have generated negative user feedback due to the use in path and file > names. >=20 > This patch therefore truncates the revisions to 10 characters maximum. >=20 > This should be safe in the contexts where these revisions are used as > the chances of spatially close collisions is very low (distant > collisions are not a major issue in the way we use these). Interesting side-effect of this change is that it rebuilds all recipes with git SRCPV in PV even with OEBasic signature handler, because stamp fil= es=20 are also renamed. I'm not saying it's bad thing, I was just surprised to see so many rebuilds after last update. --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --xtx0sNU5lZ46KfgK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iEYEARECAAYFAlGdIbgACgkQN1Ujt2V2gBw/3ACfREAEobqESYaOaTVZYC9XKQ6j JG8AnjkO/KhQrLeufOIQ7WshFRhUvtMF =95/4 -----END PGP SIGNATURE----- --xtx0sNU5lZ46KfgK--