From: Lars Kurth Date: Fri, 9 Oct 2015 11:21:38 +0000 (-0400) Subject: Broke hypervisor directory into hypervisor-only and hypervisor-other for 'release... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;p=people%2Flarsk%2Fcommit-log-scripts.git Broke hypervisor directory into hypervisor-only and hypervisor-other for 'release' script (the hypervisor directory is used for month, etc.) --- 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"