1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00
fdroidserver/buildserver
Hans-Christoph Steiner 91c1e8313f buildserver: download apt package first to increase reliability
This does not have the careful result rechecking that chef has, when it
installs each package in the list one at a time.  So to help with failures
caused by a package failing to download, first try downloading all the
package, then run the install.  The install pass will try to download any
missing packages.

Really, this should use ansible or perhaps chef again since those include
lots of tricks around this stuff.
2016-09-12 14:58:08 +02:00
..
cookbooks/kivy/recipes buildserver: use pip instead of easy_install for caching 2016-07-04 23:54:52 +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
fixpaths.sh buildserver: make provision scripts output name to log 2016-07-04 23:54:52 +02:00
gradle makebs: add gradle 3.0 2016-08-18 17:53:27 +02:00
provision-android-ndk Add ndk r11c 2016-08-14 00:59:31 +02:00
provision-android-sdk makebs: work around build-tools 24.0.1 version bug 2016-08-02 18:08:48 +02:00
provision-apt-get-install buildserver: download apt package first to increase reliability 2016-09-12 14:58:08 +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: force a known-good version of chef 2016-09-12 14:58:08 +02:00