From 1fbed1318b466fc44d5b694fe3f791fcce3f7281 Mon Sep 17 00:00:00 2001 From: Lars Kurth Date: Fri, 9 Oct 2015 07:21:38 -0400 Subject: [PATCH] Broke hypervisor directory into hypervisor-only and hypervisor-other for 'release' script (the hypervisor directory is used for month, etc.) --- scripts/make-tree | 7 ++++++- scripts/xenproject/release | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/scripts/make-tree b/scripts/make-tree index 6a7b17d..4af3e44 100755 --- a/scripts/make-tree +++ b/scripts/make-tree @@ -1,5 +1,5 @@ #!/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` @@ -46,6 +46,11 @@ if [ ! -d xenproject ]; then # 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 diff --git a/scripts/xenproject/release b/scripts/xenproject/release index 358384b..395710d 100755 --- a/scripts/xenproject/release +++ b/scripts/xenproject/release @@ -2,9 +2,9 @@ # 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" -- 2.39.5