]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-05-24 22:43:55 by cjwatson]
authorcjwatson <>
Sun, 25 May 2003 05:43:55 +0000 (21:43 -0800)
committercjwatson <>
Sun, 25 May 2003 05:43:55 +0000 (21:43 -0800)
Out, out, brief local hack! bugs.debian.org's but a walking shadow, a poor
player that struts and frets his hour upon the net and then is heard no
more ...

scripts/errorlib.in

index 560ff4c8c738a63d4482e016d570d0d21c0f0f5f..dedb68da3a02e3edf452cee7078cc44311f4fbc4 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- perl -*-
-# $Id: errorlib.in,v 1.22 2003/05/21 19:27:15 cjwatson Exp $
+# $Id: errorlib.in,v 1.23 2003/05/24 22:43:55 cjwatson Exp $
 
 sub F_SETLK { 6; } sub F_WRLCK{ 1; }
 $flockstruct= 'sslll'; # And there ought to be something for this too.
@@ -32,7 +32,6 @@ sub getbuglocation {
     return 'archive' if ( -r "$gSpoolDir/archive/$archdir/$bugnum.$ext" );
     return 'db' if ( -r "$gSpoolDir/db/$bugnum.$ext" );
     return 'db-h' if ( -r "$gSpoolDir/db-h/$archdir/$bugnum.$ext" );
-    return 'infomagic-95' if ( -r "/org/bugs.debian.org/joeyh-old/infomagic-95/$archdir/$bugnum.$ext" );
     return undef;
 }
 
@@ -42,8 +41,6 @@ sub getlocationpath {
         return "$gSpoolDir/archive";
     } elsif ($location eq 'db') {
         return "$gSpoolDir/db";
-    } elsif ($location eq 'infomagic-95') {
-        return "/org/bugs.debian.org/joeyh-old/infomagic-95";
     } else {
         return "$gSpoolDir/db-h";
     }