[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: UDD dump seems to be outdated (Was: Why is the list of outdated packages not getting updated?)



Hi,

Am Tue, Oct 12, 2021 at 02:43:56PM +0200 schrieb Lucas Nussbaum:
> > udd=> select source , version, debian_mangled_uversion, upstream_version, status from upstream where source in ('r-cran-s2','r-cran-rwave') ;
> >     source    | version | debian_mangled_uversion | upstream_version |   status   
> > --------------+---------+-------------------------+------------------+------------
> >  r-cran-rwave | 2.6-0-1 | 2.6-0                   | 2.6-0            | up to date
> >  r-cran-s2    | 1.0.7-3 | 1.0.7                   | 1.0.7            | up to date
> > (2 rows)
> > 
> > my local import has
> > 
> > udd=# select source , version, debian_mangled_uversion, upstream_version, status from upstream where source in ('r-cran-s2','r-cran-rwave') ;
> >     source    | version | debian_mangled_uversion | upstream_version |   status   
> > --------------+---------+-------------------------+------------------+------------
> >  r-cran-rwave | 2.5-0-1 | 2.5-0                   | 2.5-0            | up to date
> >  r-cran-s2    | 1.0.6-1 | 1.0.6                   | 1.0.6            | up to date
> > (2 rows)
> > 
> > 
> > Could someone please check the export procedure of the dump?
> > This probably also affects the public udd mirror (even if I need
> > to admit that I can not reach this currently).
> 
> lucas@ullmann:~$ ls -l /srv/udd.debian.org/udd/web/dumps/udd.dump
> -rw-r--r-- 1 udd uddadm 1923508046 Oct 12 06:54 /srv/udd.debian.org/udd/web/dumps/udd.dump
> 
> that looks fine?

Please note: I did not questioned that the dump had the correct timestamp but
incorrect *content*.  However, after downloading this dump I correctly get:

udd=# select source , version, debian_mangled_uversion, upstream_version, status from upstream where source in ('r-cran-s2','r-cran-rwave') ;
    source    | version | debian_mangled_uversion | upstream_version |   status   
--------------+---------+-------------------------+------------------+------------
 r-cran-rwave | 2.6-0-1 | 2.6-0                   | 2.6-0            | up to date
 r-cran-s2    | 1.0.7-3 | 1.0.7                   | 1.0.7            | up to date
(2 rows)


Fine.  However, the public UDD mirror has not synced yet:


$ psql --port=5432 --host=udd-mirror.debian.net --username=udd-mirror udd
...
udd=> select source , version, debian_mangled_uversion, upstream_version, status from upstream where source in ('r-cran-s2','r-cran-rwave') ;
    source    | version | debian_mangled_uversion | upstream_version |         status          
--------------+---------+-------------------------+------------------+-------------------------
 r-cran-rwave | 2.5-0-1 | 2.5-0                   | 2.6-0            | newer package available
 r-cran-s2    | 1.0.6-1 | 1.0.6                   | 1.0.7            | newer package available


I just hope this will settle with the next update of the public mirror.

Kind regards

     Andreas.

-- 
http://fam-tille.de


Reply to: