#714768 [pkgkde-getbuildlogs] support debian-ports as well

#714768#5
Date:
2013-07-02 17:36:59 UTC
From:
To:
Hi!

  Would be cool if debian-ports was supported as well. Should be
possible with the same code just replacing buildd.debian.org by
buildd.debian-ports.org

Regards

    Christoph

#714768#10
Date:
2013-07-03 00:17:19 UTC
From:
To:
Just for the record, getbuildlog currently supports this.
#714768#13
Date:
2013-07-03 00:17:19 UTC
From:
To:
Just for the record, getbuildlog currently supports this.
#714768#18
Date:
2015-05-18 12:08:22 UTC
From:
To:
Could someone please document this ? Currenly my ilmbase symbol file
does not work on ports:

http://buildd.debian-ports.org/status/package.php?p=ilmbase&suite=experimental

Would have been nice to download them as well.

#714768#23
Date:
2015-05-27 08:39:40 UTC
From:
To:
https://pkg-kde.alioth.debian.org/symbolfiles.html [Section Updating
multiple symbols files at once]

Simply change:

$ pkgkde-getbuildlogs
$ pkgkde-symbolshelper batchpatch -v 1.8 foo_unstable_logs/foo_1.8-1*.build

into

$ getbuildlog foo last-all
$ pkgkde-symbolshelper batchpatch -v 1.8 foo*.log

#714768#28
Date:
2015-06-01 02:39:30 UTC
From:
To:
On Wednesday 27 May 2015 10:39:40 Mathieu Malaterre wrote:
[snip]

Done, although I think you would prefer to use last instead of last-all. You
really want the symbols of the last uploaded version. If some arch didn't
build it then you can't confirm them.

Thanks for your suggestion!