[Qa-jenkins-scm] [jenkins.debian.net] 01/01: bin/find_dpkg_trigger_cycles.sh: Add solution to trigger cycle problems

Holger Levsen holger at layer-acht.org
Tue Dec 20 12:35:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit efd16c63af1fcb391d86454065759e5e97797aef
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Dec 20 13:33:04 2016 +0100

    bin/find_dpkg_trigger_cycles.sh: Add solution to trigger cycle problems
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/find_dpkg_trigger_cycles.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh
index 4c98dde..2dbc983 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list