From: Lars Kurth Date: Tue, 10 Oct 2017 12:33:19 +0000 (+0100) Subject: Changed command line options, such that these are in line with year-core-range which... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=HEAD;p=people%2Flarsk%2Fxen-stats-clean.git Changed command line options, such that these are in line with year-core-range which allows specifying months (not just years) --- diff --git a/scripts/xenproject/year-range b/scripts/xenproject/year-range index fe5aa65..e84f820 100755 --- a/scripts/xenproject/year-range +++ b/scripts/xenproject/year-range @@ -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