If BASE_TAG_LIBVIRT is specified in the environment, we use it,
instead of `xen-tested-master'.
Nothing sets this yet, so no functional change.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
: ${BASE_LOCALREV_RUMPUSERXEN:=daily-cron.$branch.old}
: ${BASE_LOCALREV_SEABIOS:=daily-cron.$branch.old}
: ${BASE_LOCALREV_OVMF:=daily-cron.$branch.old}
+: ${BASE_TAG_LIBVIRT:=xen-tested-master}
if info_linux_tree "$branch"; then
repo_tree_rev_fetch_git linux \
;;
libvirt)
repo_tree_rev_fetch_git libvirt \
- $BASE_TREE_LIBVIRT xen-tested-master $BASE_LOCALREV_LIBVIRT
+ $BASE_TREE_LIBVIRT $BASE_TAG_LIBVIRT $BASE_LOCALREV_LIBVIRT
;;
rumpuserxen)
repo_tree_rev_fetch_git rumpuserxen \