[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-100-gaea7471

Sandro Tosi morph at debian.org
Mon May 10 21:44:02 UTC 2010


The following commit has been merged in the master branch:
commit aea747132d6bb9857eed15bfd4df995218cdc1c3
Author: Sandro Tosi <morph at debian.org>
Date:   Mon May 10 22:35:20 2010 +0200

    correctly pass the 'timeout' parameter to 'check_built'; thanks to Daniel Bolton for the report and to Milan Vancura for the patch; Closes: #580382

diff --git a/bin/reportbug b/bin/reportbug
index b070b0a..dda16d3 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -1872,7 +1872,7 @@ For more details, please see: http://www.debian.org/devel/wnpp/''')
                        src_name)
                 built = checkbuildd.check_built(src_name,
                                                 http_proxy=self.options.http_proxy,
-                                                timeout=options.timeout)
+                                                timeout=self.options.timeout)
 
                 severity = 'serious'
                 justification = 'fails to build from source'
diff --git a/debian/changelog b/debian/changelog
index 49e8eb5..884a4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ reportbug (4.12.2) UNRELEASED; urgency=low
     - don't try to map package to source when using --from-buildd, and also
       force version set; thanks to Cyril Brulebois for reporting this (on IRC)
       and testing preliminary patches
+    - correctly pass the 'timeout' parameter to 'check_built'; thanks to Daniel
+      Bolton for the report and to Milan Vancura for the patch; Closes: #580382
 
- -- Sandro Tosi <morph at debian.org>  Wed, 28 Apr 2010 19:00:06 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 10 May 2010 22:34:14 +0200
 
 reportbug (4.12.1) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list