On 21/02/2020 00:34, Holger Levsen wrote: > Hi Emilio, > > On Wed, Feb 19, 2020 at 10:45:36AM +0100, Emilio Pozuelo Monfort wrote: >>> cd ~/Projects/security-tracker >>> git pull >>> cd ~/Projects/debian-www/webwml >>> git pull >>> ../cron/parts/10-check-advisories --mode DLA 2>&1 >>> >>> where ~/Projects/debian-www/cron is on the branch mr-origin-1... >> >> The attached patch allows that script to also print author information when >> using a local copy of the security-tracker repo with the --list option. > > cool, many thanks! but it t doesn't work for me, maybe I'm doing it wrong: > > ~/Projects/debian-www/webwml$ ../cron/parts/10-check-advisories --mode DLA > --list ../../security-tracker/data/DLA/list > ERROR: .data or .wml file missing for DLA 2103-1 > ERROR: .data or .wml file missing for DLA 2101-1 > ERROR: .data or .wml file missing for DLA 2083-1 > [...]
Do you have python3-git installed? I made that dependency optional, so that if you don't have it, the script will still work (but without the author info). Emilio