]> xenbits.xensource.com Git - people/larsk/commit-log-scripts.git/commitdiff
Broke hypervisor directory into hypervisor-only and hypervisor-other for 'release... master
authorLars Kurth <lars.kurth@xenproject.org>
Fri, 9 Oct 2015 11:21:38 +0000 (07:21 -0400)
committerLars Kurth <lars.kurth@xenproject.org>
Fri, 9 Oct 2015 11:21:38 +0000 (07:21 -0400)
scripts/make-tree
scripts/xenproject/release

index 6a7b17d8a0c7d5321d27df8eb53826b71216ee48..4af3e4418a4c9061f167ef2184b4d740dc3251a5 100755 (executable)
@@ -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
index 358384b7b27f275934d621fd1ec69bd5195e4c6e..395710d73896695e762665adc28699d59f92832e 100755 (executable)
@@ -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"