[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: install a bunch of packages to build fdroid

Holger Levsen holger at layer-acht.org
Wed Jul 6 15:39:30 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 f9ece34aa6dae3d95ec50bc84ffcb163f949cb0c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 6 17:39:23 2016 +0200

    reproducible fdroid: install a bunch of packages to build fdroid
---
 update_jdn.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index e6e7aaf..e599b19 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -228,6 +228,7 @@ if [ -f /etc/debian_version ] ; then
 		case $HOSTNAME in
 			profitbricks-build3-amd64|profitbricks-build4-amd64) DEBS="$DEBS
 				bison
+				ca-certificates
 				cmake
 				diffutils
 				findutils
@@ -245,6 +246,9 @@ if [ -f /etc/debian_version ] ; then
 				kgb-client
 				m4
 				make
+				python3-clint
+				python3-git
+				python3-requests
 				python3-yaml
 				subversion
 				sysvinit-core
@@ -386,8 +390,9 @@ if [ -f /etc/debian_version ] ; then
 				pbuilder lintian || echo "this should only fail on the first install"
 		#		botch
 		# we need mock from bpo to build current fedora
+		# we need vagrant from bpo to build fdroid
 		if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "jenkins" ] ; then
-			$UP2DATE || sudo apt-get install -t jessie-backports mock \
+			$UP2DATE || sudo apt-get install -t jessie-backports mock python3-vagrant \
 				|| echo "this should only fail on the first install"
 		fi
 		# for varying kernels

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