From da9bc4d89556c3c089f33525461c746403532627 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 4 Dec 2017 14:30:52 -0800 Subject: [PATCH 1/1] plot the release graph from stretch release --- dograph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dograph b/dograph index c6f7216..889a696 100755 --- a/dograph +++ b/dograph @@ -21,8 +21,8 @@ find counts -type f -not -iname '*.bad'| sort | xargs egrep '^(.* ){7}' /dev/nul # echo $date $count >> ${tmp}2 #done -# This is the date of the wheezy release -previous_release="201305040600" +# This is the date of the stretch release +previous_release="201706170000" # And this is a month ago previous_month=`date +"%Y%m%d%H%M" --date="1 month ago"` -- 2.39.2