From: doogie <> Date: Wed, 25 Sep 2002 23:19:08 +0000 (-0800) Subject: [project @ 2002-09-25 16:19:08 by doogie] X-Git-Tag: release/2.6.0~1043 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e17c158615e8fc43b31bbb13f3c9127e29975c1f;p=debbugs.git [project @ 2002-09-25 16:19:08 by doogie] Remove code that maintained old-style db/ layout. --- diff --git a/scripts/process.in b/scripts/process.in index b09fbed6..1e6d6062 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.47 2002/08/26 15:08:52 ajt Exp $ +# $Id: process.in,v 1.48 2002/09/25 16:19:08 doogie Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -493,9 +493,6 @@ END "$s_package\n$s_keywords\n\n\n\n$s_severity\n"); &overwrite("db-h/$hash/$ref.report", join("\n",@msg)."\n"); - link("db-h/$hash/$ref.log", "db/$ref.log"); - link("db-h/$hash/$ref.status", "db/$ref.status"); - link("db-h/$hash/$ref.report", "db/$ref.report"); } &checkmaintainers; diff --git a/scripts/service.in b/scripts/service.in index d2f16963..a295f665 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: service.in,v 1.50 2002/08/26 15:36:06 ajt Exp $ +# $Id: service.in,v 1.51 2002/09/25 16:19:08 doogie Exp $ # ^ more or less ^ # # Usage: service .nn @@ -585,9 +585,6 @@ END copy("db-h/$ohash/$origref.status", "db-h/$hash/$ref.status"); copy("db-h/$ohash/$origref.report", "db-h/$hash/$ref.report"); &bughook('new', $ref, "$s_originator\n$s_date\n$s_subject\n$s_msgid\n$s_package\n$s_keywords\n$s_done\n$s_forwarded\n$s_mergedwith\n$s_severity\n"); - link("db-h/$hash/$ref.log", "db/$ref.log"); - link("db-h/$hash/$ref.status", "db/$ref.status"); - link("db-h/$hash/$ref.report", "db/$ref.report"); $ref++; }