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 _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
