From cf9ecf5133c519848c149d2119ac8f372534478e Mon Sep 17 00:00:00 2001 From: Lars Kurth Date: Thu, 8 Oct 2015 13:36:26 -0400 Subject: [PATCH] Break out xen.git from hypervisor category --- scripts/make-tree | 9 ++++++--- scripts/xenproject/release | 6 +++--- scripts/xenproject/update | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/scripts/make-tree b/scripts/make-tree index 928f50e..6a7b17d 100755 --- a/scripts/make-tree +++ b/scripts/make-tree @@ -1,5 +1,5 @@ #!/bin/bash -PROJECTS=(kvm megamirage xapi linux hypervisor qemu winpvdrivers) +PROJECTS=(kvm megamirage xapi linux hypervisor hypervisor-only qemu winpvdrivers) old=`pwd` @@ -43,8 +43,11 @@ if [ ! -d xenproject ]; then # This contains the main logic of how to get the git repos for each project # (this is a little crude, but there is no point to make this more elegant) # IMPORTANT: because repoś are frequently added to mirage and xapi, it is - # safer to nuke the xenproject directory and run make-tree again - cd xenproject/hypervisor + # 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 git clone git://xenbits.xen.org/xen.git git clone git://xenbits.xen.org/osstest.git git clone git://xenbits.xen.org/raisin.git diff --git a/scripts/xenproject/release b/scripts/xenproject/release index 1db2bb6..1dbce5c 100755 --- a/scripts/xenproject/release +++ b/scripts/xenproject/release @@ -2,10 +2,10 @@ # Get contribution logs for a year # Argument builderplate -ALL=(hypervisor) +ALL=(hypervisor-only) S=RELEASE-4.5.0 -U=RELEASE-4.5.6 -args="$S..$U -p -M" +U=RELEASE-4.6.0 +args="-p -M $S..$U" ext="460" dir=xenproject diff --git a/scripts/xenproject/update b/scripts/xenproject/update index a0e8e4b..b4d888e 100755 --- a/scripts/xenproject/update +++ b/scripts/xenproject/update @@ -1,7 +1,7 @@ #!/bin/bash # Perform git-fetch on all repos -PROJECTS=(kvm megamirage xapi linux hypervisor qemu winpvdrivers) +PROJECTS=(kvm megamirage xapi linux hypervisor hypervisor-only qemu winpvdrivers) for i in "${PROJECTS[@]}" do -- 2.39.5