Your message dated Tue, 31 Jan 2023 22:06:06 +0100
with message-id <y9mcvrjsszyac...@xanadu.blop.info>
and subject line Re: Bug#1029748: All bugs with submitter=... package=all,
latest first, limit 30
has caused the Debian Bug report #1029748,
regarding All bugs with submitter=... package=all, latest first, limit 30
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 ow...@bugs.debian.org
immediately.)
--
1029748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: wishlist
User: qa.debian....@packages.debian.org
Usertags: udd
I wish there was a way to use the
https://wiki.debian.org/UltimateDebianDatabase/
to find all the bugs I have submitted, for all packages in Debian,
latest first, limit=30.
https://bugs.debian.org/cgi-bin/pkgreport.cgi?&submitter=jida...@jidanni.org
finds too many, and no way to make latest first.
--- End Message ---
--- Begin Message ---
On 27/01/23 at 08:28 +0800, Dan Jacobson wrote:
> Package: qa.debian.org
> Severity: wishlist
> User: qa.debian....@packages.debian.org
> Usertags: udd
>
> I wish there was a way to use the
> https://wiki.debian.org/UltimateDebianDatabase/
> to find all the bugs I have submitted, for all packages in Debian,
> latest first, limit=30.
>
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?&submitter=jida...@jidanni.org
> finds too many, and no way to make latest first.
Hi,
There's no web interface for that, but it's easy to do with a simple
query:
$ psql "postgresql://udd-mirror:udd-mir...@udd-mirror.debian.net/udd" -c
"select id, source, package, title, status from bugs where
submitter_email='jida...@jidanni.org' order by id desc limit 30"
id | source | package |
title
| status
---------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------+---------
1029920 | aptitude | aptitude | mention APT::Clean-Installed on
autoclean part of man page
| pending
1029805 | dh-elpa | dh-elpa-helper | Cannot look-up eln file as no
source file was found for
| done
1029748 | qa.debian.org | qa.debian.org | All bugs with submitter=...
package=all, latest first, limit 30
| pending
1029747 | www.debian.org | www.debian.org | Empty "Categorize using"
| done
1029746 | reportbug | reportbug | want: querybts --submitter= ...
--limit=...
| pending
1029668 | libheif | heif-gdk-pixbuf | Cannot read HEIC anymore
| pending
1029667 | gpicview | gpicview | segfault
| pending
1029665 | apt | apt | Document APT::Clean-Installed
on/true
| pending
1029587 | p7zip | p7zip-full | Add simplest example
| pending
1029126 | emacs | emacs | Wishing for Emacs 29 in Debian
| pending
1028114 | xdotool | xdotool | Upstream has new versions
| pending
1028039 | e2fsprogs | e2fsprogs | Mention "use run e2fsck -f" to
fix.
| pending
1027695 | bugs.debian.org | bugs.debian.org | Don't make empty Summary
sections
| pending
1027694 | bugs.debian.org | bugs.debian.org | Add "Jump to Options" at the top
of reports
| pending
1027693 | bugs.debian.org | bugs.debian.org | Document X-Debbugs-No-Ack header
cannot be empty
| pending
1027691 | reportbug | reportbug | Mention PSEUDO-HEADER needs
colon or will silently fail
| pending
1027421 | fontconfig | fontconfig | dpkg: warning: unable to delete
old directory '/usr/share/fonts/type1/gsfonts': Directory not empty
| pending
1027420 | policykit-1 | polkitd | dpkg: warning: unable to delete
old directory '/var/lib/polkit-1': Directory not empty
| done
1027419 | dhcpcd5 | dhcpcd | dpkg: warning: unable to delete
old directory '/var/lib/dhcpcd': Directory not empty
| pending
1024695 | debian-el | elpa-debian-el | Warning: reference to free
variable dired-mode-map
| pending
1024694 | w3m-el-snapshot | w3m-el-snapshot | reference to free variable
tab-line-exclude-modes
| done
1023595 | isc-dhcp | isc-dhcp-client | Mention End Of Life in package
Description
| done
1023559 | aptitude | aptitude | show with no arguments
| pending
1022949 | proj-ps-doc | proj-ps-doc | Much newer docs available at
proj.org
| pending
1016387 | gpxviewer | gpxviewer | Traces
| pending
1011921 | file | file | file: Incorrectly detects Big5
text as ISO-8859 text
| pending
1010680 | fontconfig | fontconfig | dpkg: warning: while removing
fonts-open-sans, directory '/usr/share/fonts/truetype/open-sans' not empty so
not removed | pending
1009989 | gnumeric | gnumeric | Can't convert from HTML
| pending
1007263 | dash | dash | Document upgrading dash will
change the /bin/sh no matter what
| pending
1006567 | ppp | ppp | ifname is out of alphabetical
order on the man page
| pending
(30 rows)
Lucas
--- End Message ---