This website requires JavaScript.
Explore
Help
Register
Sign In
kamp
/
fdroidserver
Watch
1
Star
0
Fork
0
You've already forked fdroidserver
mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced
2024-11-04 14:30:11 +01:00
Code
Activity
a002e46997
fdroidserver
/
buildserver
/
config.buildserver.yml
3 lines
68 B
YAML
Raw
Normal View
History
Unescape
Escape
buildserver: standardize SDK install location /opt/android-sdk _/opt/android-sdk_ was chosen for a number of reasons: * _/opt_ is [standardized][1] for packages like the Android SDK, which has its own directory layout. * _android-sdk_ is used rather than the upstream directory name from the ZIP (e.g. _android-sdk-linux_) so that the path is the same on all platforms. * On platforms without official _/opt_ support ([macOS][2], [Windows][3], [FreeBSD][4], etc.), it does not conflict with any existing system directory. [1]: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s13.html [2]: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW7 [3]: https://en.wikipedia.org/wiki/Directory_structure#Windows_10 [4]: https://www.freebsd.org/cgi/man.cgi?query=hier&sektion=7&format=html
2021-05-25 17:30:20 +02:00
sdk_path
:
/opt/android-sdk
init: switch to config.yml as the default format
2020-10-22 23:34:47 +02:00
gradle_version_dir
:
/opt/gradle/versions
Copy Permalink