mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
new config option: per-app repos to support nightly build repos
For devs that want to build and distribute nightly builds of their apps using the fdroid tools. The core idea here is to make the fdroidserver tool suite the single set of tools for all types of builds and releases. That will hopefully drive more free software developers to make f-droid.org an core channel for official releases.
This commit is contained in:
parent
e614863c69
commit
b5cbb4382f
4 changed files with 68 additions and 0 deletions
|
@ -56,6 +56,12 @@ archive_description = """
|
|||
The repository of older versions of applications from the main demo repository.
|
||||
"""
|
||||
|
||||
# Normally, all apps are collected into a single app repository, like on
|
||||
# https://f-droid.org. For certain situations, it is better to make a repo
|
||||
# that is made up of APKs only from a single app. For example, an automated
|
||||
# build server that publishes nightly builds.
|
||||
# per_app_repos = True
|
||||
|
||||
# `fdroid update` will create a link to the current version of a given app.
|
||||
# This provides a static path to the current APK. To disable the creation of
|
||||
# this link, uncomment this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue