Your message dated Thu, 28 Jul 2011 00:03:07 +0200
with message-id <20110727220307.ga5...@xanadu.blop.info>
and subject line Re: Bug#596834: UDD: uploads from future
has caused the Debian Bug report #596834,
regarding UDD: uploads from future
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.)
--
596834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
User: qa.debian.org
Usertags: udd
According to UDD, some uploads were made in years 2018 and 2019:
udd=> select source, version, date from upload_history where date > now();
source | version | date
---------------------------+-----------+------------------------
kernel-patch-2.0.35-alpha | 2.0.35-3 | 2018-10-29 07:34:52+00
xqf | 0.8.7.2-1 | 2019-02-05 18:03:07+00
data-dumper | 2.10-1 | 2019-02-05 18:19:32+00
custom | 1.9962-2 | 2019-02-05 18:30:41+00
libhtml-tree-perl | 0.51-2 | 2019-02-05 18:35:44+00
libcompress-zlib-perl | 1.02-1 | 2019-02-05 19:12:54+00
alias | 2.31-2 | 2019-02-05 19:19:10+00
data-dumper | 2.10-2 | 2019-02-06 01:58:01+00
libhtml-embperl-perl | 1.2b3-1 | 2019-02-07 20:12:14+00
(9 rows)
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On 14/09/10 at 15:06 +0200, Jakub Wilk wrote:
> Package: qa.debian.org
> User: qa.debian.org
> Usertags: udd
>
> According to UDD, some uploads were made in years 2018 and 2019:
>
> udd=> select source, version, date from upload_history where date > now();
> source | version | date
> ---------------------------+-----------+------------------------
> kernel-patch-2.0.35-alpha | 2.0.35-3 | 2018-10-29 07:34:52+00
> xqf | 0.8.7.2-1 | 2019-02-05 18:03:07+00
> data-dumper | 2.10-1 | 2019-02-05 18:19:32+00
> custom | 1.9962-2 | 2019-02-05 18:30:41+00
> libhtml-tree-perl | 0.51-2 | 2019-02-05 18:35:44+00
> libcompress-zlib-perl | 1.02-1 | 2019-02-05 19:12:54+00
> alias | 2.31-2 | 2019-02-05 19:19:10+00
> data-dumper | 2.10-2 | 2019-02-06 01:58:01+00
> libhtml-embperl-perl | 1.2b3-1 | 2019-02-07 20:12:14+00
> (9 rows)
UDD uses the date from the email, not the one from the changes file.
And those uploads have an incorrect date in the mail archives.
udd=> select source, version, date, file from upload_history where date > now();
source | version | date |
file
---------------------------+-----------+------------------------+-----------------------------
data-dumper | 2.10-2 | 2019-02-06 01:58:01+00 |
debian-devel-changes.199902
kernel-patch-2.0.35-alpha | 2.0.35-3 | 2018-10-29 07:34:52+00 |
debian-devel-changes.199810
xqf | 0.8.7.2-1 | 2019-02-05 18:03:07+00 |
debian-devel-changes.199902
data-dumper | 2.10-1 | 2019-02-05 18:19:32+00 |
debian-devel-changes.199902
custom | 1.9962-2 | 2019-02-05 18:30:41+00 |
debian-devel-changes.199902
libhtml-tree-perl | 0.51-2 | 2019-02-05 18:35:44+00 |
debian-devel-changes.199902
libcompress-zlib-perl | 1.02-1 | 2019-02-05 19:12:54+00 |
debian-devel-changes.199902
alias | 2.31-2 | 2019-02-05 19:19:10+00 |
debian-devel-changes.199902
libhtml-embperl-perl | 1.2b3-1 | 2019-02-07 20:12:14+00 |
debian-devel-changes.199902
See e.g http://lists.debian.org/debian-devel-changes/1999/02/msg00583.html
So we can't do anything about it. It's not a bug in UDD.
Lucas
--- End Message ---