[Debian-live-changes] r2227 - people/lamby

lamby-guest at alioth.debian.org lamby-guest at alioth.debian.org
Thu Jun 21 13:13:02 UTC 2007


Author: lamby-guest
Date: 2007-06-21 13:13:02 +0000 (Thu, 21 Jun 2007)
New Revision: 2227

Added:
   people/lamby/graphlists.sh
Removed:
   people/lamby/package_lists/
Log:


Added: people/lamby/graphlists.sh
===================================================================
--- people/lamby/graphlists.sh	                        (rev 0)
+++ people/lamby/graphlists.sh	2007-06-21 13:13:02 UTC (rev 2227)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+OUTPUT=$(mktemp) || exit 1
+
+{
+	echo "digraph G {"
+	echo "graph [ rankdir = \"BT\" ];"
+	for FILE in /usr/share/live-helper/lists/*;
+	do
+			sed $FILE -ne "s/^#<include> \(.*\)/  \"`basename $FILE`\" -> \"\1\";/g p";
+	done
+	echo "}"
+} | dot -Tpng > $OUTPUT && display $OUTPUT


Property changes on: people/lamby/graphlists.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Debian-live-changes mailing list