mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 09:51:07 +03:00
allow metadata to be embedded in source repos via .fdroid.yml
This allows a source repo to include a complete metadata file so that it can be built directly in place using `fdroid build`. If that app is then included in fdroiddata, it will first load the source repo type and URL from fdroiddata, then read .fdroid.yml if it exists, then include the rest of the metadata as specified in fdroiddata, so that fdroiddata has precedence over the metadata in the source code. This lets `fdroid build` apps without having a whole fdroiddata setup, but instead just directly in place in the source code. This also lets devs optionallu maintain the fdroid metadata as part of their app, rather than in fdroiddata without loosing any control. This should make it easier to spread around the maintenance load.
This commit is contained in:
parent
b4a39ee272
commit
a4e4310803
8 changed files with 121 additions and 16 deletions
2
tests/metadata/org.fdroid.ci.test.app.txt
Normal file
2
tests/metadata/org.fdroid.ci.test.app.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://gitlab.com/eighthave/ci-test-app
|
Loading…
Add table
Add a link
Reference in a new issue