mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 10:54:29 -04:00
e1c85dfc21a481c8b29d17b9dfa347cf9558782a
Sometimes an application provides a script to initialize its build environment, and it may be required to patch such a script before running it (typical case is hardcoding developer's local paths). More generally, "declaritive" ways of changing code (e.g., forceversion, patch, etc.) should be preferred to prebuild, which should be used as the last resort (as it is too generic and thus verbose). So, it's right ordering in that respect either.
For documentation, please see the docs directory.
Languages
Python
96.5%
Shell
2.6%
Java
0.7%
Dockerfile
0.1%