]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-03-20 15:03:51 by cjwatson]
authorcjwatson <>
Thu, 20 Mar 2003 23:03:51 +0000 (15:03 -0800)
committercjwatson <>
Thu, 20 Mar 2003 23:03:51 +0000 (15:03 -0800)
Joey's home directory should not be mentioned in CVS. This is just a local
change on master (actually /org/bugs.debian.org/joeyh-old now).

cgi/common.pl

index 32d9b4f2980f1c9d196bfcf2b62abceb3a47d86c..202d0c92d7d7a2ac37299241b7ae8585bc48ec80 100644 (file)
@@ -556,7 +556,7 @@ sub getpseudodesc {
 sub getbugdir {
     my ( $bugnum, $ext ) = @_;
     my $archdir = sprintf "%02d", $bugnum % 100;
-    foreach ( ( "$gSpoolDir/db-h/$archdir", "$gSpoolDir/db", "$gSpoolDir/archive/$archdir", "/debian/home/joeyh/tmp/infomagic-95/$archdir" ) ) {
+    foreach ( ( "$gSpoolDir/db-h/$archdir", "$gSpoolDir/db", "$gSpoolDir/archive/$archdir" ) ) {
        return $_ if ( -r "$_/$bugnum.$ext" );
     }
     return undef;