From: Don Armstrong Date: Mon, 4 Dec 2017 22:30:52 +0000 (-0800) Subject: plot the release graph from stretch release X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=da9bc4d89556c3c089f33525461c746403532627 plot the release graph from stretch release --- 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"`