Skip to content

Commit

Permalink
stable_stats: we now have versions with more than 100 releases
Browse files Browse the repository at this point in the history
So fix it!  200 should be enough for anyone :)
  • Loading branch information
gregkh committed Apr 30, 2017
1 parent 278610a commit b27a9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stable_stats
Expand Up @@ -48,7 +48,7 @@ get_date
print_version
total_count=$(($count - 1))

for SUB in {2..100}
for SUB in {2..200}
do
# check the version is here
TMP=`git show v$VERSION.$SUB --pretty=oneline 2>/dev/null`
Expand Down

0 comments on commit b27a9c0

Please sign in to comment.