UDD contains names where spaces are not stripped

2023-12-07 Thread Andreas Tille
Hi, by chance I realised that the uploaders table contains some names where names are not stripped: udd=> select '"' || u.name || '"' as name_with_spaces, uploader from uploaders u where name like '% ' or name like ' %' ; name_with_spaces | uploader ---

Appstream data not in UTF-8?

2023-12-07 Thread Raphael Hertzog
Hello Matthias, tracker.debian.org has been failing to import the appstream metadata for a while (since November 26th) with this exception: Task UpdateAppStreamStatsTask failed with the following traceback. Traceback (most recent call last): File "/srv/tracker.debian.org/distro-tracker/distro

Re: Appstream data not in UTF-8?

2023-12-07 Thread Raphael Hertzog
On Thu, 07 Dec 2023, Raphael Hertzog wrote: > tracker.debian.org has been failing to import the appstream metadata for a > while (since November 26th) with this exception: Quick correction. The first time it failed that way was on November 19th at 08:13 UTC. Cheers, -- ⢀⣴⠾⠻⢶⣦⠀ Raphaël Hertzo

Re: Appstream data not in UTF-8?

2023-12-07 Thread Andreas Tille
Am Thu, Dec 07, 2023 at 11:03:29AM +0100 schrieb Raphael Hertzog: > On Thu, 07 Dec 2023, Raphael Hertzog wrote: > > tracker.debian.org has been failing to import the appstream metadata for a > > while (since November 26th) with this exception: > > Quick correction. The first time it failed that wa

Processed: some bug triaging

2023-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # to avoid these *.debian.org bugs showing up against the release > # lets tag them as sid only (although technically that's not totally > # correct either) > tags 388141 = sid Bug #388141 [www.debian.org] www.debian.org SPI copyright claim not le

Re: UDD contains names where spaces are not stripped

2023-12-07 Thread Lucas Nussbaum
On 07/12/23 at 09:58 +0100, Andreas Tille wrote: > Hi, > > by chance I realised that the uploaders table contains some names where names > are not stripped: > > udd=> select '"' || u.name || '"' as name_with_spaces, uploader from > uploaders u where name like '% ' or name like ' %' ; > name

Re: UDD contains names where spaces are not stripped

2023-12-07 Thread Andreas Tille
Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum: > On 07/12/23 at 09:58 +0100, Andreas Tille wrote: > > Hi, > > > > by chance I realised that the uploaders table contains some names where > > names > > are not stripped: > > > > udd=> select '"' || u.name || '"' as name_with_space

Re: UDD contains names where spaces are not stripped

2023-12-07 Thread Lucas Nussbaum
On 07/12/23 at 20:24 +0100, Andreas Tille wrote: > Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum: > > On 07/12/23 at 09:58 +0100, Andreas Tille wrote: > > > Hi, > > > > > > by chance I realised that the uploaders table contains some names where > > > names > > > are not stripped

Re: UDD contains names where spaces and quotes are not stripped

2023-12-07 Thread Andreas Tille
Am Thu, Dec 07, 2023 at 08:36:12PM +0100 schrieb Lucas Nussbaum: > On 07/12/23 at 20:24 +0100, Andreas Tille wrote: > > Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum: > > > On 07/12/23 at 09:58 +0100, Andreas Tille wrote: > > > > > > > > udd=> select '"' || u.name || '"' as name_

Re: UDD contains names where spaces and quotes are not stripped

2023-12-07 Thread Lucas Nussbaum
On 08/12/23 at 07:39 +0100, Andreas Tille wrote: > Am Thu, Dec 07, 2023 at 08:36:12PM +0100 schrieb Lucas Nussbaum: > > On 07/12/23 at 20:24 +0100, Andreas Tille wrote: > > > Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum: > > > > On 07/12/23 at 09:58 +0100, Andreas Tille wrote: >