On 30/09/22 at 21:15 +0800, Paul Wise wrote: > Package: qa.debian.org > Severity: normal > User: qa.debian....@packages.debian.org > Usertags: udd > X-Debbugs-CC: Thorsten Glaser <t...@mirbsd.de> > > The UDD archived_* tables for archive.d.o/debian-archive/ are empty > even though config is available for importing the debian-archive mount. > > Julien Cristau noted that scripts/notify-mirror-push doesn't know about > the debian-archive import, might that be causing the issue? > > $ git grep -A2 debian-archive > config-ullmann.yaml:archive-debian-archive: > config-ullmann.yaml- type: archive > config-ullmann.yaml- path: > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian-backports/ > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian-security/ > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian-volatile/ > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian-non-US/ > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian-amd64/ > config-ullmann.yaml: - /srv/mirrors/debian-archive/debian/ > config-ullmann.yaml- distribution: debian > config-ullmann.yaml- tables-prefix: archived_ > > pabs@quantz:~$ psql service=udd > psql (11.17 (Debian 11.17-0+deb10u1)) > SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, > compression: off) > Type "help" for help. > > udd=> select source from archived_sources; > source > -------- > (0 rows)
Fixed (at least partially). Now I need to check if notify-mirror-push gets notified about 'debian-archive' from time to time. I added some logging to syslog when it receives a push notification. Alternatively, we could just import debian-archive every week or so. Lucas