Skip to content

Commit d2ef5f1

Browse files
authored
Update tox-install.sh
1 parent 956e214 commit d2ef5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox-install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ download()
3333
fi
3434
}
3535

36-
ly_branch="${LIBYANG_BRANCH:-master}"
36+
ly_branch="${LIBYANG_BRANCH:-devel}"
3737
ly_src="${LIBYANG_SRC:-$toxdir/.ly.$ly_branch.src}"
3838
ly_prefix="$toxdir/.ly.$ly_branch"
3939
ly_build="$toxdir/.ly.$ly_branch.build"
@@ -61,7 +61,7 @@ export LIBYANG_HEADERS="$ly_prefix/include"
6161
export LIBYANG_LIBRARIES="$ly_prefix/lib"
6262
export LIBYANG_EXTRA_LDFLAGS="-Wl,--enable-new-dtags,-rpath=$LIBYANG_LIBRARIES"
6363

64-
sr_branch="${SYSREPO_BRANCH:-master}"
64+
sr_branch="${SYSREPO_BRANCH:-devel}"
6565
sr_src="${SYSREPO_SRC:-$toxdir/.sr.$sr_branch.src}"
6666
sr_prefix="$toxdir/.sr.$sr_branch"
6767
sr_build="$toxdir/.sr.$sr_branch.build"

0 commit comments

Comments
 (0)