[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/r-html-reports: Handle "release-often" pattern better in the version graph



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit a17f3e3492ab8191649b549d03b8d02210e4f5b1
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 4 08:47:42 2018 +0000

    c/r-html-reports: Handle "release-often" pattern better in the version graph
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-html-reports.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/reporting-html-reports.pm b/commands/reporting-html-reports.pm
index 749f153..49080e2 100644
--- a/commands/reporting-html-reports.pm
+++ b/commands/reporting-html-reports.pm
@@ -726,9 +726,9 @@ sub update_history_and_make_graphs {
                 (my $label = $v) =~ s/\-[\w\d]+$//;
                 print {$common} "set label '$label' at '$versions{$v}',graph ",
                   "1.04 rotate by 90 font ',8'\n";
-            }
 
-            $last_version = $versions{$v};
+                $last_version = $versions{$v};
+            }
         }
         close($common);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: