Your message dated Mon, 17 Aug 2015 11:29:35 +0200
with message-id <[email protected]>
and subject line Re: Bug#775084: devscripts: [rmadison] No/wrong support for 
"-b TYPE"
has caused the Debian Bug report #775324,
regarding [udd] Missing Package-Type info in packages table
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
775324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775324
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.15.1
Severity: important

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.

--- End Message ---
--- Begin Message ---
On 14/01/15 at 00:16 -0500, James McCoy wrote:
> Control: clone -1 -2 -3
> Control: reassign -2 qa.debian.org
> Control: user [email protected]
> 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
> 
> On Sat, Jan 10, 2015 at 11:10:10PM -0500, James McCoy wrote:
> > On Sun, Jan 11, 2015 at 03:19:00AM +0100, Cyril Brulebois wrote:
> > > 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;
> > 
> > Indeed, it is.  UDD doesn't gather the Package-Type information.
> 
> 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.

Hi,

I've done the UDD part of this. However, note that the package_type
columns only gets filled for packages that explicitely define it
(there's no default value):

udd=# select package_type, count(*) from packages group by package_type;
 package_type |  count  
--------------+---------
 deb          |      12
 udeb         |      43
              | 1507994
(3 rows)

The data on udd.debian.org will be updated during the next mirror push.

Lucas

--- End Message ---

Reply via email to