diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2016-12-20 13:33:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-20 13:35:45 +0100 |
commit | efd16c63af1fcb391d86454065759e5e97797aef (patch) | |
tree | c5147b8d121dee66d82e2dec4896418bb186d768 /bin | |
parent | 0eeb41a818ea41a18c7e5ae466a35118d7a0428d (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 8 |
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 |