summaryrefslogtreecommitdiffstats
path: root/examples/packages/diamond-dependencies/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/packages/diamond-dependencies/README.md')
-rw-r--r--examples/packages/diamond-dependencies/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/packages/diamond-dependencies/README.md b/examples/packages/diamond-dependencies/README.md
new file mode 100644
index 0000000..7907e79
--- /dev/null
+++ b/examples/packages/diamond-dependencies/README.md
@@ -0,0 +1,20 @@
+# Test diamond dependencies
+
+This subtree provides a testcase for the following:
+
+If we have a package tree that looks like this:
+
+ .-> C -.
+ / \
+ D > A
+ \ /
+ `-> B -ยด
+
+(arrow means "depends on").
+
+
+## Note
+
+To reproduce the issue, make sure to adapt the ./repo/config.toml as appropriate
+for your environment.
+