Message ID | 1399363972.3014.0.camel@kazak.uk.xensource.com |
---|---|
State | New |
Headers | show |
Ian Campbell writes ("Re: [PATCH osstest v5] Add libvirt build and test jobs."): > On Fri, 2014-05-02 at 17:24 +0100, Ian Jackson wrote: > > Yes, I don't think it's really necessary. Easier just to fold this > > into the urls etc. > > Not sure what you mean by "fold into the URLS", it is already present > there and things seem to be inferred correctly. So I think the relevant > cleanup is to just nuke all of this. I think that's what I meant, yes. > From: Ian Campbell <ian.campbell@citrix.com> > Date: Tue, 6 May 2014 09:05:23 +0100 > Subject: [PATCH] Drop unnecessary TREEVCS settings for libvirt and > gnulib-libvirt > > This will be correctly inferred from the URL. > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> and queued up. Ian.
diff --git a/ap-common b/ap-common index 4cae650..ed37811 100644 --- a/ap-common +++ b/ap-common @@ -36,10 +36,8 @@ : ${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} -: ${TREEVCS_LIBVIRT:=git} : ${TREE_GNULIB_LIBVIRT:=git://git.sv.gnu.org/gnulib.git} -: ${TREEVCS_GNULIB_LIBVIRT:=git} : ${TREE_LINUXFIRMWARE:=git://xenbits.xen.org/osstest/linux-firmware.git} : ${PUSH_TREE_LINUXFIRMWARE:=$XENBITS:/home/osstest/ext/linux-firmware.git} diff --git a/mfi-common b/mfi-common index 1663c96..464001a 100644 --- a/mfi-common +++ b/mfi-common @@ -170,9 +170,7 @@ create_build_jobs () { host_hostflags=$build_hostflags \ buildjob=${bfi}build-$arch \ tree_libvirt=$TREE_LIBVIRT revision_libvirt=$REVISION_LIBVIRT\ - ${TREEVCS_LIBVIRT:+treevcs_libvirt=}${TREEVCS_LIBVIRT} \ tree_gnulib_libvirt=$TREE_GNULIB_LIBVIRT revision_gnulib_libvirt=$REVISION_GNULIB_LIBVIRT\ - ${TREEVCS_GNULIB_LIBVIRT:+treevcs_gnulib_libvirt=}${TREEVCS_GNULIB_LIBVIRT} case "$arch" in armhf) continue;; # don't do any other kernel builds