Codebase list rust-bzip2 / 6b7d710b-8bca-4699-82ce-0b07714448f2/main dev / filter-not-NEW.sh
6b7d710b-8bca-4699-82ce-0b07714448f2/main

Tree @6b7d710b-8bca-4699-82ce-0b07714448f2/main (Download .tar.gz)

filter-not-NEW.sh @6b7d710b-8bca-4699-82ce-0b07714448f2/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash
# Filter package-versions of our rust packages, that are not in NEW.

comm -13 \
  <(curl -s https://ftp-master.debian.org/new.html \
    | sed -nre 's,.*<a href="new/rust-([a-zA-Z0-9-]*)_([.a-zA-Z0-9-]*)\.html">.*,\1 \2,gp' \
    | sort) \
  -