]> git.donarmstrong.com Git - bugscan.git/commitdiff
More fixes for etch as stable.
authorDebian BTS <debbugs@rietz>
Tue, 10 Apr 2007 11:33:13 +0000 (11:33 +0000)
committerDebian BTS <debbugs@rietz>
Tue, 10 Apr 2007 11:33:13 +0000 (11:33 +0000)
dohtml
makepost
scanlib.pm

diff --git a/dohtml b/dohtml
index bf6ad1ba65e593138affaafcd737ec5d30b144bf..ebdd71649b062ac4f6ab122eacb522b5706b4988 100755 (executable)
--- a/dohtml
+++ b/dohtml
@@ -56,7 +56,7 @@ tags</a>:
 
 <p>
 The second set of tags indicate what releases a bug applies to:
 
 <p>
 The second set of tags indicate what releases a bug applies to:
-O for oldstable (woody), S for stable (sarge), T for testing (etch),
+O for oldstable (sarge), S for stable (etch), T for testing (lenny),
 U for unstable (sid) or E for experimental.
 
 <p>
 U for unstable (sid) or E for experimental.
 
 <p>
index 76b76d097d1aef4e4e23949f13f469a13b9c938f..4d96cf4fe6490e13da46f3a5208663620b100f46 100755 (executable)
--- a/makepost
+++ b/makepost
@@ -23,7 +23,7 @@ Explanation for bug tags:
    I  etch-ignore
 
 The second set of tags indicate what releases a bug applies to:
    I  etch-ignore
 
 The second set of tags indicate what releases a bug applies to:
-O for oldstable (woody), S for stable (sarge), T for testing (etch),
+O for oldstable (sarge), S for stable (etch), T for testing (lenny),
 U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
 U for unstable (sid) or E for experimental.
 
 ------------------------------------------------------------------------------
index 4c768720089f23de08023d1f75a690fae09730c9..4ef4191d28b25d73bd02204c5d4dd60e9df2a652 100644 (file)
@@ -174,9 +174,9 @@ sub scanspooldir() {
                next if $skip==1;
        
                my %disttags = ();      
                next if $skip==1;
        
                my %disttags = ();      
-               $disttags{'oldstable'}    = grep(/^woody$/, @tags);
-               $disttags{'stable'}       = grep(/^sarge$/, @tags);
-               $disttags{'testing'}      = grep(/^etch$/, @tags);
+               $disttags{'oldstable'}    = grep(/^sarge$/, @tags);
+               $disttags{'stable'}       = grep(/^etch$/, @tags);
+               $disttags{'testing'}      = grep(/^lenny$/, @tags);
                $disttags{'unstable'}     = grep(/^sid$/, @tags);
                $disttags{'experimental'} = grep(/^experimental$/, @tags);
                        
                $disttags{'unstable'}     = grep(/^sid$/, @tags);
                $disttags{'experimental'} = grep(/^experimental$/, @tags);