[Debian-l10n-commits] r1642 - in /dl10n/trunk: Changelog lib/Debian/L10n/BTS.pm

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Mar 7 11:47:00 UTC 2009


Author: nekral-guest
Date: Sat Mar  7 11:47:00 2009
New Revision: 1642

URL: http://svn.debian.org/wsvn/?sc=1&rev=1642
Log:
	* lib/Debian/L10n/BTS.pm: Do not check the BTS if no bugs have to
	be checked.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/lib/Debian/L10n/BTS.pm

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1642&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Mar  7 11:47:00 2009
@@ -1,3 +1,8 @@
+2008-03-07  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/BTS.pm: Do not check the BTS if no bugs have to
+	be checked.
+
 2008-03-07  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-rrd/dl10n-rrd: Add support for status database with

Modified: dl10n/trunk/lib/Debian/L10n/BTS.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/BTS.pm?rev=1642&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/BTS.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/BTS.pm Sat Mar  7 11:47:00 2009
@@ -85,7 +85,8 @@
 		}
 	}
 
-	check_bts_bugs_soap ($db, $dbName, @bugs_to_check);
+	check_bts_bugs_soap ($db, $dbName, @bugs_to_check)
+		if (@bugs_to_check);
 }
 
 sub check_bts_bugs_soap ($$@) {




More information about the Debian-l10n-commits mailing list