From b9cb62cccd383a6a3a8b196c798736c31826091d Mon Sep 17 00:00:00 2001 From: Lars Kurth Date: Tue, 10 Oct 2017 13:33:19 +0100 Subject: [PATCH] Changed command line options, such that these are in line with year-core-range which allows specifying months (not just years) --- scripts/xenproject/year-range | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5