From: Ian Jackson Date: Mon, 27 Jun 2016 15:48:53 +0000 (+0100) Subject: ap-fetch-version-old: libvirt: honour BASE_TAG_LIBVIRT X-Git-Tag: openstack-v11~343 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ce420dfbbb9d417c5ff26f46372583289fab5f8b;p=people%2Faperard%2Fosstest.git ap-fetch-version-old: libvirt: honour BASE_TAG_LIBVIRT 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 --- diff --git a/ap-fetch-version-old b/ap-fetch-version-old index f7a1e26b..7cc31a37 100755 --- a/ap-fetch-version-old +++ b/ap-fetch-version-old @@ -33,6 +33,7 @@ check_ap_fetch_placeholders : ${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 \ @@ -94,7 +95,7 @@ linuxfirmware) ;; 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 \