Package: www.debian.org User: www.debian....@packages.debian.org Usertag: scripts Severity: normal
Hi the scripts "urlcheck" generate this log in the /logos folder: Looking into http://www.debian.org/logos/openlogo.xcf.gz Error reading page: http://www.debian.org/logos/openlogo.xcf.gz Looking into http://www.debian.org/logos/officiallogo.xcf.gz Error reading page: http://www.debian.org/logos/officiallogo.xcf.gz Looking into http://www.debian.org/logos/officiallogo-nd.xcf.gz Error reading page: http://www.debian.org/logos/officiallogo-nd.xcf.gz I guess this means it tries to parse the xcf.gz files and probably we need to update the script to skip such files (compressed images). Anybody familiarised with Python, who can help? The code of the script is here: https://salsa.debian.org/webmaster-team/cron/-/tree/master/urlcheck (I guess the main script, urlcheck.py, is where maybe the fix should be made). The script is called by 3 cron jobs: 17 3 * * * cd /srv/www.debian.org/cron/urlcheck && ./run.urlcheck 36 12 * * * cd /srv/www.debian.org/cron/urlcheck && ./make.bad_link.pages 5 13 * * * cd /srv/www.debian.org/cron/urlcheck && ./cleanup.logs and the daily logs are here: https://www-master.debian.org/build-logs/urlcheck/ (check logos folder). Kind regards -- Laura Arjona Reina https://wiki.debian.org/LauraArjona