[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla.pl

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Oct 20 01:42:45 PDT 2014


 ciabot/libreoffice-bugzilla.pl |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit e842752a265888a54d57d9547a13aef177778814
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Oct 20 10:29:23 2014 +0200

    remove the product check
    
    It seems that since the last bugzilla update we no longer get the
    correct product in the variable

diff --git a/ciabot/libreoffice-bugzilla.pl b/ciabot/libreoffice-bugzilla.pl
index 5d109fa..19d5454 100755
--- a/ciabot/libreoffice-bugzilla.pl
+++ b/ciabot/libreoffice-bugzilla.pl
@@ -203,10 +203,6 @@ my $bz = WWW::Bugzilla->new(
 
 die "cannot connect to bugzilla" unless defined $bz;
 
-my $product = $bz->product;
-
-die "wrong product" . $product unless $product eq 'LibreOffice';
-
 my $whiteboard = $bz->status_whiteboard();
 
 if ( !defined( $whiteboard ) || $whiteboard eq '' )


More information about the Libreoffice-commits mailing list