mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
README: document how releases work
This commit is contained in:
parent
c6e8dfd4dd
commit
a386a6132a
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -34,6 +34,19 @@ package managers. All of the options are documented on the website:
|
||||||
https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools
|
https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools
|
||||||
|
|
||||||
|
|
||||||
|
## Releases
|
||||||
|
|
||||||
|
The production setup of _fdroidserver_ for f-droid.org is run directly from the
|
||||||
|
_master_ branch. This is put into production on an schedule (currently weekly).
|
||||||
|
So development and testing happens in the branches. We track branches using
|
||||||
|
merge requests. Therefore, there are many WIP and long-lived merge requests.
|
||||||
|
|
||||||
|
There are also stable releases of _fdroidserver_. This is mostly intended for
|
||||||
|
running custom repositories, where the build process is separate. It can also
|
||||||
|
be useful as a simple way to get started contributing packages to _fdroiddata_,
|
||||||
|
since the stable releases are available in package managers.
|
||||||
|
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
To run the full test suite:
|
To run the full test suite:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue