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

reproducible fdroid: install a bunch of packages to build fdroid

parent 89d0a7d7
...@@ -228,6 +228,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -228,6 +228,7 @@ if [ -f /etc/debian_version ] ; then
case $HOSTNAME in case $HOSTNAME in
profitbricks-build3-amd64|profitbricks-build4-amd64) DEBS="$DEBS profitbricks-build3-amd64|profitbricks-build4-amd64) DEBS="$DEBS
bison bison
ca-certificates
cmake cmake
diffutils diffutils
findutils findutils
...@@ -245,6 +246,9 @@ if [ -f /etc/debian_version ] ; then ...@@ -245,6 +246,9 @@ if [ -f /etc/debian_version ] ; then
kgb-client kgb-client
m4 m4
make make
python3-clint
python3-git
python3-requests
python3-yaml python3-yaml
subversion subversion
sysvinit-core sysvinit-core
...@@ -386,8 +390,9 @@ if [ -f /etc/debian_version ] ; then ...@@ -386,8 +390,9 @@ 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" = "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