Bug#1073562: qa.debian.org: (Some?) popcon statistic graphs not updated since May

2024-06-29 Thread Niels Thykier
Lev Lazinskiy: [... [...] There is a perl script called popcon-import [2] that runs somewhere, can someone who has access to these logs [3] take a look? Hi Ley Thanks for looking at this. I had a quick at look at the log and it does not exist at all. What we have are: -rw-rw-r-- 1 qa qa

Bug#1055043: Porting carnivore to Python 3

2024-06-29 Thread Taavi Väänänen
Trying to run the Carnivore data collection script locally crashes for me at the moment, this seems to be a result from commit 0d01c4f5 which switches it and many other QA tools from Python 2 to Python 3. I sent to fix those crashes, please r

Re: Popcon stats not updated

2024-06-29 Thread Bill Allombert
> I suspect that there is a cronjob or something that is running to update > the database. Looking at the code for this page [1], if the to_date is not > set explicitly then it will try to find the latest date for a given > package. > > ``` > $to_date = $dbh->selectrow_array('SELECT max(p.day) FR