fdroidserver/buildserver
Hans-Christoph Steiner 7988c54d00 buildserver: always use HTTPS for apt connections in Docker image
This configuration has been in use in .gitlab-ci.yml scripts for a while
now and has proven reliable.  This is a "low hanging fruit" improvement.
It provides an extra layer of protection for when their are apt vulns.  And
it makes it much harder to profile what a server/laptop is doing based on
the internet traffic.  The network observer will no longer be able to see
which packages are being downloaded since apt uses HTTP pipelining so size
attacks are not really possible. And HTTPS hides the URLs, filenames,
download contents, etc.
2025-07-23 16:09:20 +00:00
..
.gitignore buildserver: buildserver/Vagrantfile is configed by .yaml file 2016-07-04 23:54:52 +02:00
config.buildserver.yml Drop old java_paths 2022-10-10 21:22:59 +02:00
Dockerfile buildserver: always use HTTPS for apt connections in Docker image 2025-07-23 16:09:20 +00:00
provision-android-ndk update preinstalled ndk to r23b 2022-02-10 16:47:03 +08:00
provision-android-sdk allow gradle/sdkmanager to install extras;android;m2repository 2023-11-09 12:25:33 +00:00
provision-apt-get-install buildserver: androguard res0/res1 fixes from bookworm-backports 2025-06-20 10:34:27 +00:00
provision-apt-proxy provisioners: work around apt-get update problem 2018-10-24 13:06:27 +02:00
provision-buildserverid buildserver: move buildserverid to provisioner 2022-01-11 11:23:36 +01:00
provision-disable-analytics Fix warning from "chown" about the syntax 2024-11-14 21:45:46 +03:00
provision-gradle Fix warning from "chown" about the syntax 2024-11-14 21:45:46 +03:00
setup-env-vars Fix locale on buildserver to C.UTF-8 2022-11-14 16:06:31 +01:00
Vagrantfile Vagrantfile: fix undefined method `exists?' error 2024-11-18 21:09:12 +00:00