From: Don Armstrong Date: Mon, 7 Aug 2017 17:27:30 +0000 (-0700) Subject: only update the @bugs_to_update X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=918d7b5b08bf6d65825d9f88cc939ac0eb92df03 only update the @bugs_to_update --- diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index f37a8ef..c583af0 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -307,7 +307,7 @@ sub add_bugs { } eval { $s->txn_do(sub { - for my $bug (@bugs) { + for my $bug (@bugs_to_update) { load_bug(db => $s, bug => $bug, tags => \%tags,