diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-06 17:39:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-06 17:39:23 +0200 |
commit | f9ece34aa6dae3d95ec50bc84ffcb163f949cb0c (patch) | |
tree | e41daecf023c5f4ac50ba2f8e2ee5337c616f9e6 | |
parent | 89d0a7d7aabbcc436656372e8ca32f60cc343707 (diff) | |
download | jenkins.debian.net-f9ece34aa6dae3d95ec50bc84ffcb163f949cb0c.tar.xz |
reproducible fdroid: install a bunch of packages to build fdroid
-rwxr-xr-x | update_jdn.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e6e7aafa..e599b192 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 |