On Sunday 09 September 2012 15:46:15 Nedko Arnaudov wrote:
> 2.9999 in ladi-overlay doesnt track the git master branch. It
> tracks the ladi branch. This corresponds to latest released tarball plus
> ladi specific tweaks. There is also ladi-experimental git branch, but
> I'm yet to find a way how to make both available via ebuild(s).
>
In the git-2.eclass man page there is:
EGIT_BRANCH
Variable containing branch name we want to check out. It can be overriden via
env using packagename_LIVE_BRANCH variable.
EGIT_BRANCH="${EGIT_MASTER}"
It appears it can be set in ebuild or /etc/portage/env to set the git branch
to work from. Not sure if this is what you meant.
Cheers
Gav