[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8 1/2] OSSTEST: introduce a raisin build test
On Thu, 2015-07-23 at 17:52 +0100, Stefano Stabellini wrote: > diff --git a/ts-xen-build b/ts-xen-build > index e757f68..10fc95b 100755 > --- a/ts-xen-build > +++ b/ts-xen-build > @@ -145,36 +145,6 @@ sub collectversions () { > store_revision($ho, 'ovmf', "$tools/firmware/ovmf-dir", 1); > } > > -sub divide () { FYI this needs rebasing over "Collect xen.efi into xendist and install in appropriate place". > - # Only move hv to xeninstall, so that we can have > - # xenpolicy in tools tarball. > - # > - # The files inside boot/ after `make dist' are > - # xen-$XEN_VERSION: Xen binary > - # xen.gz/xen: symlink to xen-$XEN_VERSION > - # xen-$MAJOR: symlink to xen-$XEN_VERSION > - # xen-$MAJOR.$MINOR: symlink to xen-$XEN_VERSION > - # xen-sym-$XEN_VERSION: Xen symbol > - # xenpolicy-$XEN_VERSION: flask policy binary if xsm is enabled > - # > - # So the following snippet will leave xenpolicy* in > - # install/boot and get packaged to tools tarball. > - target_cmd_build($ho, 100, $builddir, <<END); > - cd xen/dist > - mkdir xeninstall > - for f in *install; do > - mkdir -p \$f/lib > - done > - if test -d install/boot; then > - if test -f install/boot/xen.gz || test -f install/boot/xen; > then > - mkdir xeninstall/boot > - mvfiles=`find install/boot -name 'xen[a-z]*' -prune -o > -name 'xen*' -print` > - mv \$mvfiles xeninstall/boot/. > - fi > - fi > -END > -} > - _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |