[Qa-jenkins-scm] [jenkins.debian.net] 01/01: bin/find_dpkg_trigger_cycles.sh: use apt-get instead of apt in scripts because the latter has no stable scripting interface

Holger Levsen holger at layer-acht.org
Tue Nov 21 11:38:12 UTC 2017


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 541109dea1ad78380a892451f6b4d95fbef3660a
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Tue Nov 21 10:53:22 2017 +0100

    bin/find_dpkg_trigger_cycles.sh: use apt-get instead of apt in scripts because the latter has no stable scripting interface
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/find_dpkg_trigger_cycles.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh
index 7f1fc3a..529e718 100755
--- a/bin/find_dpkg_trigger_cycles.sh
+++ b/bin/find_dpkg_trigger_cycles.sh
@@ -176,7 +176,7 @@ APT_FILE_OPTS="--architecture $ARCH --config-file $DIRECTORY/etc/apt/apt.conf"
 APT_CONFIG="$DIRECTORY/etc/apt/apt.conf"
 export APT_CONFIG
 
-apt $APT_OPTS update
+apt-get $APT_OPTS update
 
 PACKAGES=$(apt-get indextargets \
 	| grep-dctrl --exact \( --field Created-By Packages \

-- 
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