chiark / gitweb /
testing-blockages: Script from Anthony Towns to print a brief analysis of
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 30 Jul 2003 23:51:48 +0000 (23:51 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 30 Jul 2003 23:51:48 +0000 (23:51 +0000)
blockages in the Debian testing distribution.

testing-blockages [new file with mode: 0755]

diff --git a/testing-blockages b/testing-blockages
new file mode 100755 (executable)
index 0000000..6278201
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+wget -O - http://ftp-master.debian.org/testing/update_excuses.html.gz | \
+    zcat | grep '<li>Depends:' | sed 's,</a>,,;s/.*>//' | \
+    sort | uniq -c | sort -n