On 07/02/23 at 09:41 +0100, Raphael Hertzog wrote: > Hello, > > On Tue, 07 Feb 2023, xevilstar wrote: > > I have noticed that on https://tracker.debian.org/pkg/linux the new > > upstream version takes ages to update. > > How long is "ages" for you? > > > for example now it displays "A > > new upstream version is available: 6.2~rc6" while on > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > and > > https://kernel.org/ > > the latest upstream rc version is mainline: 6.2-rc7 2023-02-05 > > The tracker is not responsible of detecting the new upstream releases. > It just uses information provided by UDD (Ultimate Debian Database). > > But with >30000 source packages to monitor, we're not able to verify new > releases each hour. It's a process that is spread over a longer period... > > I'm ccing the UDD maintainer so that he can decide whether there's > something to be made here.
Hi, According to "select * from upstream where source='linux';", the last check for Linux was on 2023-02-06 00:20:35. Unfortunately, that's not much time before 6.2rc7 appeared. Packages are refreshed every 72 hours. We are already hitting rate limiting from some sources (e.g github) so I don't think that it would be a good idea to reduce that interval. Lucas