<div dir="auto">Hi!<div dir="auto"><br></div><div dir="auto">This email was advertised in <a href="https://lists.debian.org/debian-devel-announce/2024/08/msg00000.html">https://lists.debian.org/debian-devel-announce/2024/08/msg00000.html</a></div><div dir="auto"><br></div><div dir="auto">Ahmed: You did some further work on related topic of reviewing the state of top packages, can you share it here for everyone on the list to learn?</div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ke 3. heinäk. 2024 klo 22.30 Otto Kekäläinen <<a href="mailto:otto@debian.org">otto@debian.org</a>> kirjoitti:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
I was curious to know which popular Debian packages are not hosted on<br>
Salsa at all. I thought other people here might also be interested, so<br>
here are the results and how I got them:<br>
<br>
curl -LO <a href="https://trends.debian.net/vcs-hosting_unstable-packages.csv" rel="noreferrer noreferrer" target="_blank">https://trends.debian.net/vcs-hosting_unstable-packages.csv</a><br>
curl -LO <a href="https://popcon.debian.org/sourcemax/by_inst" rel="noreferrer noreferrer" target="_blank">https://popcon.debian.org/sourcemax/by_inst</a><br>
for x in $(tail -n +13 by_inst | head -n 100  | cut -c 7-25)<br>
do<br>
  grep -E "^$x," vcs-hosting_unstable-packages.csv<br>
done | grep -v salsa<br>
<br>
acl,2.3.2-1,other<br>
coreutils,9.4-3,no vcs<br>
dpkg,1.22.4,other<br>
zlib,1:1.3.dfsg-3,no vcs<br>
attr,1:2.5.2-1,other<br>
hostname,3.23+nmu2,no vcs<br>
base-files,13,no vcs<br>
readline,8.2-3,no vcs<br>
e2fsprogs,1.47.0-2,other<br>
bash,5.2.21-2,not git<br>
expat,2.5.0-2,no vcs<br>
gettext,0.21-14,no vcs<br>
diffutils,1:3.10-1,no vcs<br>
sqlite3,3.45.0-1,no vcs<br>
libbsd,0.11.8-1,other<br>
dmidecode,3.5-3,other<br>
pciutils,1:3.10.0-2,other<br>
libxdmcp,1:1.1.2-3,git on alioth<br>
wget,1.21.4-1,no vcs<br>
file,1:5.45-2,other<br>
</blockquote></div>