We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956e214 commit d2ef5f1Copy full SHA for d2ef5f1
tox-install.sh
@@ -33,7 +33,7 @@ download()
33
fi
34
}
35
36
-ly_branch="${LIBYANG_BRANCH:-master}"
+ly_branch="${LIBYANG_BRANCH:-devel}"
37
ly_src="${LIBYANG_SRC:-$toxdir/.ly.$ly_branch.src}"
38
ly_prefix="$toxdir/.ly.$ly_branch"
39
ly_build="$toxdir/.ly.$ly_branch.build"
@@ -61,7 +61,7 @@ export LIBYANG_HEADERS="$ly_prefix/include"
61
export LIBYANG_LIBRARIES="$ly_prefix/lib"
62
export LIBYANG_EXTRA_LDFLAGS="-Wl,--enable-new-dtags,-rpath=$LIBYANG_LIBRARIES"
63
64
-sr_branch="${SYSREPO_BRANCH:-master}"
+sr_branch="${SYSREPO_BRANCH:-devel}"
65
sr_src="${SYSREPO_SRC:-$toxdir/.sr.$sr_branch.src}"
66
sr_prefix="$toxdir/.sr.$sr_branch"
67
sr_build="$toxdir/.sr.$sr_branch.build"
0 commit comments