summaryrefslogtreecommitdiffstats
path: root/bin/find_dpkg_trigger_cycles.sh
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2016-12-20 13:33:04 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-20 13:35:45 +0100
commitefd16c63af1fcb391d86454065759e5e97797aef (patch)
treec5147b8d121dee66d82e2dec4896418bb186d768 /bin/find_dpkg_trigger_cycles.sh
parent0eeb41a818ea41a18c7e5ae466a35118d7a0428d (diff)
downloadjenkins.debian.net-efd16c63af1fcb391d86454065759e5e97797aef.tar.xz
bin/find_dpkg_trigger_cycles.sh: Add solution to trigger cycle problems
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/find_dpkg_trigger_cycles.sh')
-rwxr-xr-xbin/find_dpkg_trigger_cycles.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh
index 4c98dde1..2dbc9832 100755
--- a/bin/find_dpkg_trigger_cycles.sh
+++ b/bin/find_dpkg_trigger_cycles.sh
@@ -321,6 +321,10 @@ state. But:
unless C leaves the triggers-awaited state
This creates the cycle if the packages are installed in a fitting order.
+
+These problems could be fixed by either letting A no longer depend on C or by
+switching triggers to their -noawait variants. See the deb-triggers(5) man page
+for an explanation of the different trigger control directives.
END
cat $DIRECTORY/result-file
fi
@@ -346,6 +350,10 @@ state. But:
unless C leaves the triggers-awaited state
This creates the cycle if the packages are installed in a fitting order.
+
+These problems could be fixed by either letting A no longer depend on C or by
+switching triggers to their -noawait variants. See the deb-triggers(5) man page
+for an explanation of the different trigger control directives.
END
cat $DIRECTORY/result-explicit
fi