1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00
fdroidserver/buildserver
Hans-Christoph Steiner a2a630c83c buildserver: only include latest m2 when provisioning
I think the `android update sdk` tool is installing all of the m2 files
that are present in the temp cache, and it seems to do it in order of
newest to oldest.  Well done, and I thought that tool couldn't get any
worse.  So only include the latest version of android_m2repository*.zip in
the temp cache.
2016-09-19 16:33:12 +02:00
..
.gitignore buildserver: buildserver/Vagrantfile is configed by .yaml file 2016-07-04 23:54:52 +02:00
config.buildserver.py Add ndk r11c 2016-08-14 00:59:31 +02:00
gradle gradle: support gradle-wrapper.properties version 2016-09-15 19:16:38 +01:00
provision-android-ndk Add ndk r11c 2016-08-14 00:59:31 +02:00
provision-android-sdk buildserver: only include latest m2 when provisioning 2016-09-19 16:33:12 +02:00
provision-apt-get-install buildserver: retry apt-get downloads 20 times 2016-09-19 16:33:12 +02:00
provision-apt-proxy buildserver: send config to vagrant via YAML file 2016-07-04 23:54:52 +02:00
provision-gradle buildserver: unpack gradle versions with provisioning shell script 2016-06-15 16:35:00 +02:00
provision-pip buildserver: make provision scripts output name to log 2016-07-04 23:54:52 +02:00
provision-ubuntu-trusty-paramiko buildserver: make provision scripts output name to log 2016-07-04 23:54:52 +02:00
setup-env-vars buildserver: do not set NDK env vars, they are handled by fdroid build 2016-06-21 10:29:56 +02:00
Vagrantfile buildserver: ensure dirs to mount cache exist in guest VM instance 2016-09-19 16:33:12 +02:00