]> xenbits.xensource.com Git - people/larsk/xen-stats-clean.git/commitdiff
Changed command line options, such that these are in line with year-core-range which... master
authorLars Kurth <lars.kurth@citrix.com>
Tue, 10 Oct 2017 12:33:19 +0000 (13:33 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Tue, 10 Oct 2017 12:33:19 +0000 (13:33 +0100)
scripts/xenproject/year-range

index fe5aa65a958cb914e6e2a36ebf26d7c5d3060a4d..e84f8209157ba6eaa70fc30dc4da1acb3bd3cee2 100755 (executable)
@@ -2,9 +2,9 @@
 # Get contribution logs for a range of years
 
 # Argument builderplate
-ALL=(hypervisorhypervisor-other winpvdrivers xapi megamirage)
-args="-p -M --since=$1-01-01 --until=$2-12-31"
-ext="$1-$2"
+ALL=(hypervisor hypervisor-other winpvdrivers xapi megamirage)
+args="-p -M --since=$1-$2-01 --until=$3-$4-31"
+ext="$1$2-$3$4"
 dir=xenproject
 
 # Actual code