From f6a9a0c9cce6a062db977be33731982269ef4595 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 30 Jul 2003 23:51:48 +0000 Subject: [PATCH] testing-blockages: Script from Anthony Towns to print a brief analysis of blockages in the Debian testing distribution. --- testing-blockages | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testing-blockages diff --git a/testing-blockages b/testing-blockages new file mode 100755 index 0000000..6278201 --- /dev/null +++ b/testing-blockages @@ -0,0 +1,4 @@ +#! /bin/sh +wget -O - http://ftp-master.debian.org/testing/update_excuses.html.gz | \ + zcat | grep '
  • Depends:' | sed 's,,,;s/.*>//' | \ + sort | uniq -c | sort -n -- 2.30.2