From 888569161c0cb55a2700806aded7128cfe605857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 27 Aug 2015 00:36:41 +0200 Subject: Add 'guix graph'. * guix/scripts/graph.scm, tests/graph.scm, tests/guix-graph.sh, doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot: New files. * Makefile.am (MODULES): Add guix/scripts/graph.scm. (SH_TESTS): Add tests/guix-graph.sh. (SCM_TESTS): Add tests/graph.scm. * doc.am (DOT_FILES, DOT_VECTOR_GRAPHICS): New variables. (EXTRA_DIST): Use them. (dist_infoimage_DATA): Use $(DOT_FILES). (pdf-local, info-local, ps-local): Likewise. * doc/guix.texi (Packages with Multiple Outputs): Add cross-reference to 'guix graph'. (Invoking guix gc): Likewise. (Invoking guix graph): New section. --- doc/images/coreutils-graph.dot | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/images/coreutils-graph.dot (limited to 'doc/images/coreutils-graph.dot') diff --git a/doc/images/coreutils-graph.dot b/doc/images/coreutils-graph.dot new file mode 100644 index 0000000000..f9a08a83ed --- /dev/null +++ b/doc/images/coreutils-graph.dot @@ -0,0 +1,23 @@ +digraph "Guix package" { + "50639808" [label = "coreutils-8.24", shape = box, fontname = Helvetica]; + "50639808" -> "31984640" [color = red]; + "50639808" -> "50641344" [color = red]; + "50639808" -> "38428672" [color = red]; + "31984640" [label = "perl-5.16.1", shape = box, fontname = Helvetica]; + "50641344" [label = "acl-2.2.52", shape = box, fontname = Helvetica]; + "50641344" -> "50641728" [color = red]; + "50641344" -> "31984640" [color = red]; + "50641344" -> "50640768" [color = red]; + "50641344" -> "50641536" [color = red]; + "50641728" [label = "gettext-0.19.5", shape = box, fontname = Helvetica]; + "50641728" -> "50530368" [color = red]; + "50530368" [label = "expat-2.1.0", shape = box, fontname = Helvetica]; + "50640768" [label = "sed-4.2.2", shape = box, fontname = Helvetica]; + "50641536" [label = "attr-2.4.46", shape = box, fontname = Helvetica]; + "50641536" -> "50641728" [color = red]; + "50641536" -> "31984640" [color = red]; + "38428672" [label = "gmp-6.0.0a", shape = box, fontname = Helvetica]; + "38428672" -> "38431168" [color = red]; + "38431168" [label = "m4-1.4.17", shape = box, fontname = Helvetica]; + +} -- cgit v1.2.3