gitlab-ci: switch debian/testing back to pure testing, no sid

The sid packages were needed as a temporary workaround while the new
androguard packages were settling into Debian.
This commit is contained in:
Hans-Christoph Steiner 2019-09-23 11:08:25 +02:00
parent 9b5f452f5d
commit 0e40387805
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 8 additions and 4 deletions

View File

@ -45,10 +45,14 @@ debian_testing:
- apt-get -qy update
- apt-get -qy dist-upgrade
- apt-get -qy install --no-install-recommends
fdroidserver git gnupg python3-defusedxml python3-setuptools
- sed -i -e 's,testing,sid,g' -e 's,testing,sid,g' /etc/apt/sources.list
- apt-get -qy update
- apt-get install -y --no-install-recommends aapt androguard android-platform-tools-base zipalign
aapt
androguard
fdroidserver
git
gnupg
python3-defusedxml
python3-setuptools
zipalign
- python3 -c 'import fdroidserver'
- python3 -c 'import androguard'
- export ANDROID_HOME=/usr/lib/android-sdk