[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: actually install pbuilder and lintian on arm64 hosts

Holger Levsen holger at layer-acht.org
Fri Dec 23 01:15:41 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 1ad29cf35d8af245ccebf14bc8539aa4abeb90a4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 02:15:04 2016 +0100

    reproducible Debian: actually install pbuilder and lintian on arm64 hosts
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 update_jdn.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index b6cb499..edb5f48 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -468,7 +468,8 @@ if [ -f /etc/debian_version ] ; then
 		$UP2DATE || sudo apt-get update
 		$UP2DATE || sudo apt-get install $DEBS $MASTERDEBS
 		case $HOSTNAME in
-			codethink*) 	;;
+			codethink*) 	$UP2DATE || sudo apt-get install pbuilder lintian
+					;;
 			*)		$UP2DATE || sudo apt-get install -t jessie-backports \
 						pbuilder lintian || echo "this should only fail on the first install"
 					;;

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