Bug#796506: getbuildlog: downloads all logs twice

Adam D. Barratt adam at adam-barratt.org.uk
Sat Aug 22 09:41:30 UTC 2015


On Sat, 2015-08-22 at 10:44 +0200, Christoph Egger wrote:
> getbuildlog downloads every buildlog twice:
> 
> % getbuildlog --version
> This is getbuildlog, from the Debian devscripts package, version 2.15.8
> 
> % getbuildlog libgc 1:7.4.2-2
> [..]
> 
> % ls
> libgc_1:7.4.2-2_amd64.log
> libgc_1:7.4.2-2_amd64.log.1

This is a side-effect of the merge of debian-ports into the main w-b
instance and the logs being available from buildd.d.o's status page.

What's happening is that getbuildlog is connecting to buildd.d.o,
downloading all of the available logs, then connecting to debian-ports,
which redirects to buildd.d.o, and downloading all of the available
logs.

The simple fix is simply to remove the debian-ports connection.

Regards,

Adam



More information about the devscripts-devel mailing list