bitbake: fetch2: Shorten long srcrevs
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 May 2013 10:21:55 +0000 (13:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2013 11:10:13 +0000 (12:10 +0100)
commitb733b3619696ea65602b6fc8c1e7b7f326a7946b
tree32a48dd10115b41775725fbc626f67d21770f078
parent48b2ed80233a4125fe549f81da2691bef3e3352d
bitbake: fetch2: Shorten long srcrevs

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 fetcher
and other scms using a similar revision mechanism.

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.

This patch therefore truncates the revisions to 10 characters maximum.

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).

(Bitbake rev: 43a8319cda7fae37862dae323eeb24cb39ca21b7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py