From: Wei Liu Date: Thu, 14 Jul 2016 16:44:38 +0000 (+0100) Subject: ap-common: add xtf tree X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=03cf3db2e4055744fa218bc62aedf73e018664c3;p=people%2Fiwj%2Fosstest.git ap-common: add xtf tree Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/ap-common b/ap-common index 62d2e4f2..cbb815ce 100644 --- a/ap-common +++ b/ap-common @@ -33,6 +33,10 @@ : ${TREEVCS_LINUX:=git} +: ${TREE_XTF:=git://xenbits.xen.org/xtf.git} +: ${PUSH_TREE_XTF:=$XENBITS:/home/xen/git/xtf.git} +: ${BASE_TREE_XTF:=git://xenbits.xen.org/xtf.git} + : ${TREE_LIBVIRT:=git://libvirt.org/libvirt.git} : ${PUSH_TREE_LIBVIRT:=$XENBITS:/home/xen/git/libvirt.git} : ${BASE_TREE_LIBVIRT:=git://xenbits.xen.org/libvirt.git} @@ -77,6 +81,7 @@ fi : ${LOCALREV_RUMPRUN:=daily-cron.$branch} : ${LOCALREV_SEABIOS:=daily-cron.$branch} : ${LOCALREV_OVMF:=daily-cron.$branch} +: ${LOCALREV_XTF:=daily-cron.$branch} : ${TREEBASE_LINUX_XCP:=http://hg.uk.xensource.com/carbon/trunk/linux-2.6.27}