Author: thoger
Update of /cvs/fedora/fedora-security/tools/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23159/tools/scripts
Modified Files:
Tag: lkundrak-tools-ng
add-tracking-bugs
Log Message:
an attempt to unscrew add-tracking-bugs
Index: add-tracking-bugs
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/scripts/Attic/add-tracking-bugs,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- add-tracking-bugs 10 Jan 2008 18:01:25 -0000 1.1.2.4
+++ add-tracking-bugs 14 Jan 2008 13:52:05 -0000 1.1.2.5
@@ -64,7 +64,6 @@
$password = ($options{'password'} or read_noecho ("Bugzilla password for $username: "))
unless $dryrun;
-$dryrun = 1;
my $bugzilla = new Libexig::Bugzilla ({
'username' => $username,
@@ -74,7 +73,9 @@
});
# All the work (not the one that makes Jack a dull boy)
-
-my $parent_bugs = $bugzilla->get_bugs (\@bugs, ['alias','keywords','priority','bug_id', 'bug_severity', 'short_short_desc']);
+my $parent_bugs = $bugzilla->get_bugs (\@bugs,
+ ['alias','keywords','priority','bug_id', 'bug_severity', 'short_short_desc']);
my $tracking_bugs = Libexig::Fedora::tracking_bugs ($parent_bugs, $component, @versions);
-print STDERR Libexig::Fedora::file_tracking_bugs ($parent_bugs, $tracking_bugs, $bugzilla, $component);
+
+print STDERR Libexig::Fedora::file_tracking_bugs (\@bugs, $tracking_bugs, $bugzilla, $component);
+