summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.stdout
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-12 14:30:38 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-16 11:34:39 +0000
commit0f14928fb700d14ed1ebb8675c26b263bf2bc58c (patch)
tree87ffb529e00cc58565235425a2aae7c3880f2a74 /tests/show-dependencies.stdout
parent41ee528492db9bd41604311b100da5a871098b3a (diff)
downloadmorph-0f14928fb700d14ed1ebb8675c26b263bf2bc58c.tar.gz
Introduce the "show-dependencies" command and BuildDependencyGraph.
The "show-dependencies" command takes a series of build tuples and dumps the resulting dependency graph (including strata and chunks at the moment) to the standard output. It also dumps the resulting build order which is a list of groups. These groups indicate which chunks and strata can be built in parallel and are not dependent on each other.
Diffstat (limited to 'tests/show-dependencies.stdout')
-rw-r--r--tests/show-dependencies.stdout132
1 files changed, 132 insertions, 0 deletions
diff --git a/tests/show-dependencies.stdout b/tests/show-dependencies.stdout
new file mode 100644
index 00000000..6f0096e2
--- /dev/null
+++ b/tests/show-dependencies.stdout
@@ -0,0 +1,132 @@
+dependency tree:
+ xfce-core (stratum)
+ -> libxfce4util (chunk)
+ -> xfconf (chunk)
+ -> libxfce4ui (chunk)
+ -> exo (chunk)
+ -> garcon (chunk)
+ -> thunar (chunk)
+ -> tumbler (chunk)
+ -> xfce4-panel (chunk)
+ -> xfce4-settings (chunk)
+ -> xfce4-session (chunk)
+ -> xfwm4 (chunk)
+ -> xfdesktop (chunk)
+ -> xfce4-appfinder (chunk)
+ -> gtk-xfce-engine (chunk)
+ gtk-stack (stratum)
+ -> freetype (chunk)
+ -> fontconfig (chunk)
+ -> cairo (chunk)
+ -> pango (chunk)
+ -> glib (chunk)
+ -> gdk-pixbuf (chunk)
+ -> gtk (chunk)
+ -> dbus (chunk)
+ -> dbus-glib (chunk)
+ libxfce4util (chunk)
+ -> gtk-stack (stratum)
+ xfconf (chunk)
+ -> libxfce4util (chunk)
+ -> gtk-stack (stratum)
+ libxfce4ui (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ exo (chunk)
+ -> libxfce4util (chunk)
+ -> gtk-stack (stratum)
+ garcon (chunk)
+ -> libxfce4util (chunk)
+ -> gtk-stack (stratum)
+ thunar (chunk)
+ -> libxfce4ui (chunk)
+ -> exo (chunk)
+ -> gtk-stack (stratum)
+ tumbler (chunk)
+ -> gtk-stack (stratum)
+ xfce4-panel (chunk)
+ -> libxfce4ui (chunk)
+ -> exo (chunk)
+ -> garcon (chunk)
+ -> gtk-stack (stratum)
+ xfce4-settings (chunk)
+ -> libxfce4ui (chunk)
+ -> exo (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ xfce4-session (chunk)
+ -> libxfce4ui (chunk)
+ -> exo (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ xfwm4 (chunk)
+ -> libxfce4ui (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ xfdesktop (chunk)
+ -> libxfce4ui (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ xfce4-appfinder (chunk)
+ -> libxfce4ui (chunk)
+ -> garcon (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ gtk-xfce-engine (chunk)
+ -> libxfce4ui (chunk)
+ -> garcon (chunk)
+ -> xfconf (chunk)
+ -> gtk-stack (stratum)
+ freetype (chunk)
+ fontconfig (chunk)
+ cairo (chunk)
+ pango (chunk)
+ -> freetype (chunk)
+ -> fontconfig (chunk)
+ glib (chunk)
+ gdk-pixbuf (chunk)
+ -> glib (chunk)
+ gtk (chunk)
+ -> cairo (chunk)
+ -> gdk-pixbuf (chunk)
+ -> glib (chunk)
+ -> pango (chunk)
+ dbus (chunk)
+ dbus-glib (chunk)
+ -> dbus (chunk)
+ -> glib (chunk)
+build order:
+ group:
+ freetype (chunk)
+ fontconfig (chunk)
+ cairo (chunk)
+ glib (chunk)
+ dbus (chunk)
+ group:
+ pango (chunk)
+ gdk-pixbuf (chunk)
+ dbus-glib (chunk)
+ group:
+ gtk (chunk)
+ group:
+ gtk-stack (stratum)
+ group:
+ libxfce4util (chunk)
+ tumbler (chunk)
+ group:
+ xfconf (chunk)
+ exo (chunk)
+ garcon (chunk)
+ group:
+ libxfce4ui (chunk)
+ group:
+ thunar (chunk)
+ xfce4-panel (chunk)
+ xfce4-settings (chunk)
+ xfce4-session (chunk)
+ xfwm4 (chunk)
+ xfdesktop (chunk)
+ xfce4-appfinder (chunk)
+ gtk-xfce-engine (chunk)
+ group:
+ xfce-core (stratum)