From: Colin Watson Date: Wed, 30 Jul 2003 23:51:48 +0000 (+0000) Subject: testing-blockages: Script from Anthony Towns to print a brief analysis of X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f6a9a0c9cce6a062db977be33731982269ef4595;p=bin.git testing-blockages: Script from Anthony Towns to print a brief analysis of blockages in the Debian testing distribution. --- 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