xbps-src: make alternative repos work again with git branches.
This commit is contained in:
parent
b3afee907a
commit
67fd042d4b
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ check_build_requirements() {
|
||||||
cd $XBPS_DISTDIR
|
cd $XBPS_DISTDIR
|
||||||
_gitbranch="$(git symbolic-ref --short HEAD 2>/dev/null)"
|
_gitbranch="$(git symbolic-ref --short HEAD 2>/dev/null)"
|
||||||
if [ -n "${_gitbranch}" -a "${_gitbranch}" != "master" ]; then
|
if [ -n "${_gitbranch}" -a "${_gitbranch}" != "master" ]; then
|
||||||
|
export XBPS_ALT_REPOSITORY="${_gitbranch}"
|
||||||
export XBPS_REPOSITORY="${XBPS_REPOSITORY}/${_gitbranch}"
|
export XBPS_REPOSITORY="${XBPS_REPOSITORY}/${_gitbranch}"
|
||||||
msg_normal "Using \`$XBPS_REPOSITORY\' as local repository.\n"
|
msg_normal "Using \`$XBPS_REPOSITORY\' as local repository.\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue