Package: qa.debian.org According to <https://qa.debian.org/cgi-bin/vcswatch?package=dpkg>:
Error: Repository size 561401856 exceeds 500 MiB, blocking it
But a fresh clone of the cited repository is only 102 MiB, or 63 MiB without a working copy: wraith:/tmp$ git clone https://git.dpkg.org/git/dpkg/dpkg.git Cloning into 'dpkg'... remote: Enumerating objects: 117336, done. remote: Counting objects: 100% (3275/3275), done. remote: Compressing objects: 100% (2024/2024), done. remote: Total 117336 (delta 2355), reused 1560 (delta 1202), pack-reused 114061 Receiving objects: 100% (117336/117336), 58.38 MiB | 2.36 MiB/s, done. Resolving deltas: 100% (96940/96940), done. wraith:/tmp$ du -hs dpkg 102M dpkg wraith:/tmp$ du -hs dpkg/.git 63M dpkg/.git I expect this has the same underlying cause as #1088731. -- Ben Harris