]> git.donarmstrong.com Git - bugscan.git/commitdiff
add oldstable variable
authorDon Armstrong <don@donarmstrong.com>
Mon, 4 Dec 2017 21:35:45 +0000 (13:35 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 4 Dec 2017 21:35:45 +0000 (13:35 -0800)
bugreport

index 25e293a43c1a0ecbbb7e54be2ab83a9cd1d413b3..b39d0dc548d2695a3b4f12eef369e10fa873fac9 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -136,6 +136,7 @@ sub MakeStatistics {
        my $ignoretotal=0;      # Total number of bugs marked ignore
        my $worrytotal=0;       # Total number of bugs we're actually worried about
        my $stabletotal=0;      # Total number of bugs affecting stable
+    my $oldstabletotal=0; # Total number of bugs affecting oldstable
        my %list;               # List of bugnumber associated with package
         my %seen_bugs;          # bugs which have already been counted