#!/bin/bash
-PROJECTS=(kvm megamirage xapi linux hypervisor hypervisor-only qemu winpvdrivers)
+PROJECTS=(kvm megamirage xapi linux hypervisor hypervisor-only hypervisor-other qemu winpvdrivers)
old=`pwd`
# safer to nuke the xenproject directory and run make-tree again
cd xenproject/hypervisor-only
git clone git://xenbits.xen.org/xen.git
+
+ cd ../hypervisor-other
+ git clone git://xenbits.xen.org/osstest.git
+ git clone git://xenbits.xen.org/raisin.git
+ git clone git://xenbits.xen.org/mini-os.git
cd ../hypervisor
git clone git://xenbits.xen.org/xen.git
# Get contribution logs for a year
# Argument builderplate
-ALL=(hypervisor-only hypervisor)
+ALL=(hypervisor-only hypervisor-other)
ALLTAG=(hypervisor-only)
-ALLDATE=(hypervisor)
+ALLDATE=(hypervisor-other)
S=RELEASE-4.5.0
U=RELEASE-4.6.0
argsTAG="-p -M $S..$U"