]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2002-11-05 08:33:24 by ajt]
authorajt <>
Tue, 5 Nov 2002 16:33:24 +0000 (08:33 -0800)
committerajt <>
Tue, 5 Nov 2002 16:33:24 +0000 (08:33 -0800)
ooops, update index.db.realtime, not the real index.db!

scripts/errorlib.in

index ffb874c68ebe09560da7137c5925badd909cb1da..34c037a29a22463d66608654bf36934d3efb2bf2 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- perl -*-
-# $Id: errorlib.in,v 1.12 2002/11/05 08:25:03 ajt Exp $
+# $Id: errorlib.in,v 1.13 2002/11/05 08:33:24 ajt Exp $
 
 sub F_SETLK { 6; } sub F_WRLCK{ 1; }
 $flockstruct= 'sslll'; # And there ought to be something for this too.
@@ -156,7 +156,7 @@ sub bughook {
                        $firstpkg, $ref, $stuff[1], $whendone, $stuff[0],
                        $severity, $stuff[5];
 
-       update_realtime("/org/bugs.debian.org/spool/index.db", $ref, $k);
+       update_realtime("/org/bugs.debian.org/spool/index.db.realtime", $ref, $k);
 
        &unfilelock;
 }