Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364289 - [git-2.eclass] Implement locks in git eclass so two ebuilds wont update same repository at once
Summary: [git-2.eclass] Implement locks in git eclass so two ebuilds wont update same ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 21:31 UTC by Tomáš Chvátal (RETIRED)
Modified: 2011-06-08 15:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-20 21:31:58 UTC
As per summary if more git updates start working with one repo nasty things could happen.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-06-08 15:21:47 UTC
Locks are properly implemented by the git itself, so it returns non-zero status if somehting else is using the repo -> the other ebuild trying to touch the repo will die properly.