#775325 [madison] b (binary-type) parameter isn't honored

#775325#5
Date:
2015-01-11 02:19:00 UTC
From:
To:
Hi,

rmadison is supposed to be a remote madison aka. dak ls, but here's
another example of incorrect output:
| kibi@franck:~$ dak ls -b deb -s testing bash
| bash       | 4.3-11+b1     | testing    | amd64, arm64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x

but the source is included nonetheless:
| kibi@arya:~$ \rmadison -b deb -s testing bash
|  bash | 4.3-11    | jessie | source
|  bash | 4.3-11+b1 | jessie | amd64, arm64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x

man rmadison and a quick glance at the script suggest that support is
supposed to be there, so it might just be some bug on the UDD side; but
since that's what rmadison relies on, I'm reporting here for the time
being.

Mraw,
KiBi.

#775325#10
Date:
2015-01-11 04:10:10 UTC
From:
To:
Indeed, it is.  UDD doesn't gather the Package-Type information.  I had
been considering switching the default URL to
https://api.ftp-master.debian.org/madison and this looks like another
reason to do that.

In the interim you can use either “rmadison -u
https://api.ftp-master.debian.org/madison …” or add

  RMADISON_URL_MAP_DEBIAN=https://api.ftp-master.debian.org/madison

to ~/.devscripts.

Cheers,

#775325#15
Date:
2015-01-11 04:12:54 UTC
From:
To:
James McCoy <jamessan@debian.org> (2015-01-10):

Thanks for the confirmation and the workaround; that'll probably be
useful to people who don't have this:
  alias rmadison='ssh release.debian.org dak ls'

;)

Mraw,
KiBi.

#775325#20
Date:
2015-01-14 05:16:48 UTC
From:
To:
Control: clone -1 -2 -3
Control: reassign -2 qa.debian.org
Control: user qa.debian.org@packages.debian.org
Control: usertags -2 udd
Control: retitle -2 [udd] Missing Package-Type info in packages table
Control: severity -2 normal
Control: reassign -3 qa.debian.org
Control: retitle -3 [madison] b (binary-type) parameter isn't honored
Control: severity -3 normal
Control: block -3 by -2

Before madison.cgi can be fixed, UDD needs to know the Package-Type
info.  Then madison.cgi can be updated to make the right query.  Cloning
this into two bugs to address that.

Although devscripts' rmadison won't be using madison.cgi by default
anymore, proper support for the various madison parameters would be
useful for those that are using the service.

Cheers,