Unverified Commit ef3ee38a authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible fdroid: add some depends needed (which changed packages in stretch)

parent b9e6426c
...@@ -265,9 +265,9 @@ if [ -f /etc/debian_version ] ; then ...@@ -265,9 +265,9 @@ if [ -f /etc/debian_version ] ; then
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386) DEBS="$DEBS ntpdate" ;; profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386) DEBS="$DEBS ntpdate" ;;
*) ;; *) ;;
esac esac
# needed to run coreboot/openwrt/lede/netbsd/fedora/fdroid jobs # needed to run coreboot/openwrt/lede/netbsd/fedora jobs
case $HOSTNAME in case $HOSTNAME in
profitbricks-build3-amd64|profitbricks-build4-amd64|profitbricks-build7-amd64) DEBS="$DEBS profitbricks-build3-amd64|profitbricks-build4-amd64) DEBS="$DEBS
bison bison
ca-certificates ca-certificates
cmake cmake
...@@ -296,13 +296,21 @@ if [ -f /etc/debian_version ] ; then ...@@ -296,13 +296,21 @@ if [ -f /etc/debian_version ] ; then
tree tree
unzip unzip
util-linux util-linux
vagrant
virtualbox
zlib1g-dev" zlib1g-dev"
;; ;;
# needed to run fdroid jobs
case $HOSTNAME in
profitbricks-build7-amd64) DEBS="$DEBS
libvirt-daemon
libvirt-daemon-system
python3-vagrant
vagrant
vagrant-mutate
vagrant-libvirt"
;;
*) ;; *) ;;
esac esac
# cucumber dependencies # cucumber dependencies (for lvc jobs)
case $HOSTNAME in case $HOSTNAME in
profitbricks-build10-amd64|jenkins-test-vm) DEBS="$DEBS profitbricks-build10-amd64|jenkins-test-vm) DEBS="$DEBS
cucumber cucumber
...@@ -432,9 +440,8 @@ if [ -f /etc/debian_version ] ; then ...@@ -432,9 +440,8 @@ if [ -f /etc/debian_version ] ; then
pbuilder lintian || echo "this should only fail on the first install" pbuilder lintian || echo "this should only fail on the first install"
# botch # botch
# we need mock from bpo to build current fedora # 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
if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-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" || echo "this should only fail on the first install"
fi fi
# for varying kernels # for varying kernels
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment