]> git.donarmstrong.com Git - bugscan.git/blobdiff - dograph
plot the release graph from stretch release
[bugscan.git] / dograph
diff --git a/dograph b/dograph
index c6f72160764d31c3a7d61d5e856ac16772b6d422..889a696c98857b00e256f133adfd4c2eef745602 100755 (executable)
--- 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"`